Skip to content

Commit

Permalink
Add arm64 arch to goreleaser build list
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Cristea committed Apr 26, 2021
1 parent e6f75a2 commit c5e3e97
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ builds:
goos:
- windows
- linux
- darwin
- darwin
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit c5e3e97

Please sign in to comment.