We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983bd6b commit d68b2ffCopy full SHA for d68b2ff
deploy/.goreleaser.yaml
@@ -12,6 +12,7 @@ builds:
12
- windows
13
- darwin
14
goarch:
15
+ - arm64
16
- amd64
17
- "386"
18
env:
deploy/krew/df-pv.yaml
@@ -16,6 +16,17 @@ spec:
- from: "LICENSE"
to: "."
bin: "df-pv"
19
+ - selector:
20
+ matchLabels:
21
+ os: darwin
22
+ arch: arm64
23
+ {{addURIAndSha "https://github.com/yashbhutwala/kubectl-df-pv/releases/download/{{ .TagName }}/kubectl-df-pv_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
24
+ files:
25
+ - from: "df-pv"
26
+ to: "."
27
+ - from: "LICENSE"
28
29
+ bin: "df-pv"
30
- selector:
31
matchLabels:
32
os: darwin
0 commit comments