Skip to content

Commit

Permalink
Merge pull request #10 from sunny0826/support-arm64
Browse files Browse the repository at this point in the history
update action&goreleaser for arm64
  • Loading branch information
sunny0826 committed Aug 29, 2021
2 parents d825e65 + e96bcc6 commit 1ab5d74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ spec:
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_darwin_arm64.tar.gz" .TagName }}
files:
- from: "./pod-lens"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: windows
Expand Down

0 comments on commit 1ab5d74

Please sign in to comment.