Skip to content

Commit 84b5556

Browse files
committed
ci: really fix krew template
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 89e453e commit 84b5556

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

.krew.yaml

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -6,72 +6,72 @@ spec:
66
version: {{ .TagName }}
77
homepage: https://github.com/piraeusdatastore/kubectl-linstor
88
platforms:
9-
- selector:
10-
matchLabels:
11-
os: darwin
12-
arch: amd64
13-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
14-
files:
15-
- from: ./kubectl-linstor
16-
to: .
17-
- from: ./LICENSE
18-
to: .
19-
bin: kubectl-linstor
20-
- selector:
9+
- selector:
2110
matchLabels:
2211
os: darwin
23-
arch: arm64
24-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
25-
files:
26-
- from: ./kubectl-linstor
27-
to: .
28-
- from: ./LICENSE
29-
to: .
30-
bin: kubectl-linstor
31-
- selector:
32-
matchLabels:
33-
os: linux
34-
arch: amd64
35-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
36-
files:
37-
- from: ./kubectl-linstor
38-
to: .
39-
- from: ./LICENSE
40-
to: .
41-
bin: kubectl-linstor
42-
- selector:
43-
matchLabels:
44-
os: linux
45-
arch: arm64
46-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
47-
files:
48-
- from: ./kubectl-linstor
49-
to: .
50-
- from: ./LICENSE
51-
to: .
52-
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
64-
- selector:
12+
arch: amd64
13+
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
14+
files:
15+
- from: ./kubectl-linstor
16+
to: .
17+
- from: ./LICENSE
18+
to: .
19+
bin: kubectl-linstor
20+
- selector:
21+
matchLabels:
22+
os: darwin
23+
arch: arm64
24+
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
25+
files:
26+
- from: ./kubectl-linstor
27+
to: .
28+
- from: ./LICENSE
29+
to: .
30+
bin: kubectl-linstor
31+
- selector:
6532
matchLabels:
66-
os: windows
33+
os: linux
6734
arch: amd64
68-
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_windows_amd64.zip" .TagName }}
69-
files:
70-
- from: ./kubectl-linstor
71-
to: .
72-
- from: ./LICENSE
73-
to: .
74-
bin: kubectl-linstor
35+
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
36+
files:
37+
- from: ./kubectl-linstor
38+
to: .
39+
- from: ./LICENSE
40+
to: .
41+
bin: kubectl-linstor
42+
- selector:
43+
matchLabels:
44+
os: linux
45+
arch: arm64
46+
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
47+
files:
48+
- from: ./kubectl-linstor
49+
to: .
50+
- from: ./LICENSE
51+
to: .
52+
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
64+
- selector:
65+
matchLabels:
66+
os: windows
67+
arch: amd64
68+
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_windows_amd64.zip" .TagName }}
69+
files:
70+
- from: ./kubectl-linstor
71+
to: .
72+
- from: ./LICENSE
73+
to: .
74+
bin: kubectl-linstor
7575
shortDescription: View and manage LINSTOR storage resources
7676
description: |
7777
Usage:

0 commit comments

Comments
 (0)