Skip to content

Commit

Permalink
ci: remove s390x from krew
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
  • Loading branch information
WanzenBug committed Oct 12, 2023
1 parent 883fb5c commit 422402f
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ metadata:
spec:
version: {{ .TagName }}
homepage: https://github.com/piraeusdatastore/kubectl-linstor
shortDescription: View and manage LINSTOR storage resources
description: |
Usage:
kubectl linstor ...
Executes control commands for the LINSTOR storage system directly via kubectl.
Read more documentation at: https://github.com/piraeusdatastore/kubectl-linstor
platforms:
- selector:
matchLabels:
Expand Down Expand Up @@ -50,17 +56,6 @@ spec:
- from: ./LICENSE
to: .
bin: kubectl-linstor
- selector:
matchLabels:
os: linux
arch: s390x
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_s390x.tar.gz" .TagName }}
files:
- from: ./kubectl-linstor
to: .
- from: ./LICENSE
to: .
bin: kubectl-linstor
- selector:
matchLabels:
os: windows
Expand All @@ -72,9 +67,3 @@ spec:
- from: ./LICENSE
to: .
bin: kubectl-linstor
shortDescription: View and manage LINSTOR storage resources
description: |
Usage:
kubectl linstor ...
Executes control commands for the LINSTOR storage system directly via kubectl.
Read more documentation at: https://github.com/piraeusdatastore/kubectl-linstor

0 comments on commit 422402f

Please sign in to comment.