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.
1 parent 681b6ed commit 318db50Copy full SHA for 318db50
.goreleaser.yml
@@ -9,12 +9,13 @@ builds:
9
- -X github.com/pulumi/kubespy/version.Version={{.Tag}}
10
goarch:
11
- amd64
12
+ - arm64
13
binary: kubespy
14
main: ./kubespy.go
15
archives:
16
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
17
checksum:
- name_template: 'checksums.txt'
18
+ name_template: "checksums.txt"
19
snapshot:
20
name_template: "{{ .Tag }}-next"
21
changelog:
0 commit comments