Skip to content

Commit 318db50

Browse files
authored
Add ARM64 support (#95) (#97)
Closing #95.
1 parent 681b6ed commit 318db50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ builds:
99
- -X github.com/pulumi/kubespy/version.Version={{.Tag}}
1010
goarch:
1111
- amd64
12+
- arm64
1213
binary: kubespy
1314
main: ./kubespy.go
1415
archives:
1516
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
1617
checksum:
17-
name_template: 'checksums.txt'
18+
name_template: "checksums.txt"
1819
snapshot:
1920
name_template: "{{ .Tag }}-next"
2021
changelog:

0 commit comments

Comments
 (0)