Skip to content

Commit

Permalink
ci: more fix krew template
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Oct 12, 2023
1 parent 84b5556 commit 883fb5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
to: .
bin: kubectl-linstor
- selector:
matchLabels:
os: darwin
arch: arm64
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
files:
- from: ./kubectl-linstor
Expand Down Expand Up @@ -62,9 +62,9 @@ spec:
to: .
bin: kubectl-linstor
- selector:
matchLabels:
os: windows
arch: amd64
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_windows_amd64.zip" .TagName }}
files:
- from: ./kubectl-linstor
Expand Down

0 comments on commit 883fb5c

Please sign in to comment.