We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91bf10 + ffd3b8f commit def159dCopy full SHA for def159d
.goreleaser.yml
@@ -3,6 +3,7 @@ release:
3
github:
4
owner: mattfenwick
5
name: kubectl-cyclonus
6
+ prerelease: auto
7
builds:
8
- id: kubectl-cyclonus
9
goos:
@@ -12,6 +13,7 @@ builds:
12
13
goarch:
14
- amd64
15
- "386"
16
+ - arm64
17
env:
18
- CGO_ENABLED=0
19
- GO111MODULE=on
.krew.yaml
@@ -27,6 +27,17 @@ spec:
27
- from: LICENSE
28
to: "."
29
bin: "cyclonus"
30
+ - selector:
31
+ matchLabels:
32
+ os: darwin
33
+ arch: arm64
34
+ {{addURIAndSha "https://github.com/mattfenwick/kubectl-cyclonus/releases/download/{{ .TagName }}/kubectl-cyclonus_darwin_arm64.tar.gz" .TagName }}
35
+ files:
36
+ - from: "./kubectl-cyclonus"
37
+ to: "cyclonus"
38
+ - from: LICENSE
39
+ to: "."
40
+ bin: "cyclonus"
41
- selector:
42
matchLabels:
43
os: windows
0 commit comments