Skip to content

Commit

Permalink
feat: add kubectl darwin arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead authored and David Ko committed Dec 5, 2023
1 parent 51a5040 commit 7901b2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generated/packages/kubectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ targets:
- https://storage.googleapis.com/kubernetes-release/release/v{version}/bin/linux/arm64/kubectl
- MacOS:
artifact_templates:
- https://storage.googleapis.com/kubernetes-release/release/v{version}/bin/darwin/amd64/kubectl
- https://storage.googleapis.com/kubernetes-release/release/v{version}/bin/darwin/amd64/kubectl2
- MacOSArm64:
artifact_templates:
- https://storage.googleapis.com/kubernetes-release/release/v{version}/bin/darwin/arm64/kubectl
- Windows:
artifact_templates:
- https://storage.googleapis.com/kubernetes-release/release/v{version}/bin/windows/amd64/kubectl.exe
Expand Down

0 comments on commit 7901b2c

Please sign in to comment.