Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit ff955f9

Browse files
authored
Merge pull request #262 from adrianludwin/arm-krew
Add Linux arm64 to Krew
2 parents 92e737d + 4e2f331 commit ff955f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hack/krew-kubectl-hns.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ spec:
4646
- from: "bin/kubectl/LICENSE"
4747
to: "."
4848
bin: "./kubectl-hns_linux_amd64"
49+
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
50+
selector:
51+
matchLabels:
52+
os: linux
53+
arch: arm64
54+
sha256: HNC_KREW_TAR_SHA256
55+
files:
56+
- from: "bin/kubectl/kubectl-hns_linux_arm64"
57+
to: "."
58+
- from: "bin/kubectl/LICENSE"
59+
to: "."
60+
bin: "./kubectl-hns_linux_arm64"
4961
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
5062
selector:
5163
matchLabels:

0 commit comments

Comments
 (0)