Skip to content

Commit 4ade464

Browse files
committed
Add Linux arm64 platform support
Fixes #62
1 parent 2c6f87b commit 4ade464

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.krew.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ spec:
3333
arch: amd64
3434
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
3535
bin: kubectl-tree
36+
- selector:
37+
matchLabels:
38+
os: linux
39+
arch: arm64
40+
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
41+
bin: kubectl-tree
3642
- selector:
3743
matchLabels:
3844
os: windows

0 commit comments

Comments
 (0)