Skip to content

Commit d32eb73

Browse files
committed
fix: Fix krew selector for 32 bit windows
1 parent 7025cc0 commit d32eb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.krew.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- selector:
3434
matchLabels:
3535
os: windows
36-
arch: amd64
36+
arch: 386
3737
{{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

0 commit comments

Comments
 (0)