Skip to content

Commit

Permalink
fix: fix krew windows manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed Jul 18, 2022
1 parent 0e47493 commit 917775b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
matchexpressions:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_amd64.zip" .TagName }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand All @@ -102,7 +102,7 @@ spec:
matchexpressions:
os: windows
arch: arm64
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_arm64.zip" .TagName }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand All @@ -111,7 +111,7 @@ spec:
matchexpressions:
os: windows
arch: 386
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_386.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/mateimicu/kdiscover/releases/download/{{ .TagName }}/kdiscover_{{ .TagName }}_windows_386.zip" .TagName }}
bin: kubectl-discover.exe
files:
- from: "kdiscover.exe"
Expand Down

0 comments on commit 917775b

Please sign in to comment.