Skip to content

Commit

Permalink
Merge pull request #18 from mnaser/master
Browse files Browse the repository at this point in the history
Add `darwin/arm64` support
  • Loading branch information
rajatjindal authored Nov 21, 2021
2 parents d4b3edf + 526a6e8 commit 086ede8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
- linux
goarch:
- amd64
- arm64

archives:
- builds:
Expand Down
9 changes: 9 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ spec:
- from: "*"
to: "."
bin: kubectl-modify-secret
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-modify-secret_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
files:
- from: "*"
to: "."
bin: kubectl-modify-secret
- selector:
matchLabels:
os: linux
Expand Down

0 comments on commit 086ede8

Please sign in to comment.