Skip to content

Commit

Permalink
Merge pull request #262 from adrianludwin/arm-krew
Browse files Browse the repository at this point in the history
Add Linux arm64 to Krew
  • Loading branch information
k8s-ci-robot authored Feb 24, 2023
2 parents 92e737d + 4e2f331 commit ff955f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hack/krew-kubectl-hns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ spec:
- from: "bin/kubectl/LICENSE"
to: "."
bin: "./kubectl-hns_linux_amd64"
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
selector:
matchLabels:
os: linux
arch: arm64
sha256: HNC_KREW_TAR_SHA256
files:
- from: "bin/kubectl/kubectl-hns_linux_arm64"
to: "."
- from: "bin/kubectl/LICENSE"
to: "."
bin: "./kubectl-hns_linux_arm64"
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
selector:
matchLabels:
Expand Down

0 comments on commit ff955f9

Please sign in to comment.