Skip to content

Commit 086ede8

Browse files
authored
Merge pull request #18 from mnaser/master
Add `darwin/arm64` support
2 parents d4b3edf + 526a6e8 commit 086ede8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ builds:
99
- linux
1010
goarch:
1111
- amd64
12+
- arm64
1213

1314
archives:
1415
- builds:

.krew.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ spec:
1414
- from: "*"
1515
to: "."
1616
bin: kubectl-modify-secret
17+
- selector:
18+
matchLabels:
19+
os: darwin
20+
arch: arm64
21+
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-modify-secret_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
22+
files:
23+
- from: "*"
24+
to: "."
25+
bin: kubectl-modify-secret
1726
- selector:
1827
matchLabels:
1928
os: linux

0 commit comments

Comments
 (0)