Skip to content

Commit d68b2ff

Browse files
Volatusyashbhutwala
authored andcommitted
Add support for Darwin/arm64
1 parent 983bd6b commit d68b2ff

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

deploy/.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ builds:
1212
- windows
1313
- darwin
1414
goarch:
15+
- arm64
1516
- amd64
1617
- "386"
1718
env:

deploy/krew/df-pv.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ spec:
1616
- from: "LICENSE"
1717
to: "."
1818
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+
to: "."
29+
bin: "df-pv"
1930
- selector:
2031
matchLabels:
2132
os: darwin

0 commit comments

Comments
 (0)