Skip to content

Commit 4d81bd5

Browse files
authored
Add support for ARM64 (Apple Silicon / M1) (#47)
* Add support for ARM64 (Apple Silicon / M1) * Update .goreleaser.yml correct typo delete
1 parent 3561e74 commit 4d81bd5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ builds:
1515
- amd64
1616
- arm64
1717
ignore:
18-
- goos: darwin
19-
goarch: arm64
2018
- goos: windows
2119
goarch: arm64
2220

.krew.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ spec:
2121
arch: amd64
2222
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
2323
bin: kubectl-tree
24+
- selector:
25+
matchLabels:
26+
os: darwin
27+
arch: arm64
28+
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
29+
bin: kubectl-tree
2430
- selector:
2531
matchLabels:
2632
os: linux

0 commit comments

Comments
 (0)