We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b3edf + 526a6e8 commit 086ede8Copy full SHA for 086ede8
.goreleaser.yml
@@ -9,6 +9,7 @@ builds:
9
- linux
10
goarch:
11
- amd64
12
+ - arm64
13
14
archives:
15
- builds:
.krew.yaml
@@ -14,6 +14,15 @@ spec:
- from: "*"
to: "."
16
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
26
- selector:
27
matchLabels:
28
os: linux
0 commit comments