Skip to content

Commit

Permalink
Merge pull request #25 from msfidelis/arm64-support
Browse files Browse the repository at this point in the history
chore: arm64 support on goreleaser
  • Loading branch information
brunopadz authored Jul 5, 2021
2 parents 704233b + 6c7d610 commit fc1e686
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- format: zip
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"

0 comments on commit fc1e686

Please sign in to comment.