Skip to content

Commit

Permalink
Add Apple silicon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Jul 29, 2021
1 parent 937caa2 commit 7ea94ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
ignore:
- goos: linux
goarch: arm64
archives:
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
files:
Expand Down

0 comments on commit 7ea94ff

Please sign in to comment.