Skip to content

Commit

Permalink
Add support for ARM64 (Apple Silicon / M1) (#47)
Browse files Browse the repository at this point in the history
* Add support for ARM64 (Apple Silicon / M1)

* Update .goreleaser.yml

correct typo delete
  • Loading branch information
sammcj committed Sep 7, 2021
1 parent 3561e74 commit 4d81bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ builds:
- amd64
- arm64
ignore:
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64

Expand Down
6 changes: 6 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
arch: amd64
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-tree
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
bin: kubectl-tree
- selector:
matchLabels:
os: linux
Expand Down

0 comments on commit 4d81bd5

Please sign in to comment.