Skip to content

Commit 7025cc0

Browse files
committed
fix: use zip extension for windows releases
1 parent e796ba1 commit 7025cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.krew.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ spec:
2828
matchLabels:
2929
os: windows
3030
arch: amd64
31-
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
31+
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_amd64.zip" .TagName }}
3232
bin: kubectl-trace.exe
3333
- selector:
3434
matchLabels:
3535
os: windows
3636
arch: amd64
37-
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_386.tar.gz" .TagName }}
37+
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_386.zip" .TagName }}
3838
bin: kubectl-trace.exe
3939
shortDescription: Trace Kubernetes pods and nodes with system tools
4040
description: |

0 commit comments

Comments
 (0)