Skip to content

Commit 422402f

Browse files
committed
ci: remove s390x from krew
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 883fb5c commit 422402f

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

.krew.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ metadata:
55
spec:
66
version: {{ .TagName }}
77
homepage: https://github.com/piraeusdatastore/kubectl-linstor
8+
shortDescription: View and manage LINSTOR storage resources
9+
description: |
10+
Usage:
11+
kubectl linstor ...
12+
Executes control commands for the LINSTOR storage system directly via kubectl.
13+
Read more documentation at: https://github.com/piraeusdatastore/kubectl-linstor
814
platforms:
915
- selector:
1016
matchLabels:
@@ -50,17 +56,6 @@ spec:
5056
- from: ./LICENSE
5157
to: .
5258
bin: kubectl-linstor
53-
- selector:
54-
matchLabels:
55-
os: linux
56-
arch: s390x
57-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_s390x.tar.gz" .TagName }}
58-
files:
59-
- from: ./kubectl-linstor
60-
to: .
61-
- from: ./LICENSE
62-
to: .
63-
bin: kubectl-linstor
6459
- selector:
6560
matchLabels:
6661
os: windows
@@ -72,9 +67,3 @@ spec:
7267
- from: ./LICENSE
7368
to: .
7469
bin: kubectl-linstor
75-
shortDescription: View and manage LINSTOR storage resources
76-
description: |
77-
Usage:
78-
kubectl linstor ...
79-
Executes control commands for the LINSTOR storage system directly via kubectl.
80-
Read more documentation at: https://github.com/piraeusdatastore/kubectl-linstor

0 commit comments

Comments
 (0)