Skip to content

Commit

Permalink
fix: do not try to release to krew for darwin 386
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Jul 13, 2021
1 parent d79b32d commit e796ba1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ spec:
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-trace
- selector:
matchLabels:
os: darwin
arch: 386
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_darwin_386.tar.gz" .TagName }}
bin: kubectl-trace
- selector:
matchLabels:
os: linux
Expand Down

0 comments on commit e796ba1

Please sign in to comment.