Skip to content

Commit

Permalink
fix: use zip extension for windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Jul 13, 2021
1 parent e796ba1 commit 7025cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ spec:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_amd64.zip" .TagName }}
bin: kubectl-trace.exe
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_386.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_386.zip" .TagName }}
bin: kubectl-trace.exe
shortDescription: Trace Kubernetes pods and nodes with system tools
description: |
Expand Down

0 comments on commit 7025cc0

Please sign in to comment.