Skip to content

Commit

Permalink
Add ARM64 support (#95) (#97)
Browse files Browse the repository at this point in the history
Closing #95.
  • Loading branch information
kinoute authored Apr 9, 2024
1 parent 681b6ed commit 318db50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ builds:
- -X github.com/pulumi/kubespy/version.Version={{.Tag}}
goarch:
- amd64
- arm64
binary: kubespy
main: ./kubespy.go
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
Expand Down

0 comments on commit 318db50

Please sign in to comment.