Skip to content

Commit

Permalink
fix: Fix krew selector for 32 bit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Jul 13, 2021
1 parent 7025cc0 commit d32eb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- selector:
matchLabels:
os: windows
arch: amd64
arch: 386
{{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
Expand Down

0 comments on commit d32eb73

Please sign in to comment.