Skip to content

Commit

Permalink
Merge pull request #292 from iuliancristea/goreleaser-arm64
Browse files Browse the repository at this point in the history
Update GoReleaser config to build arm binaries and tarballs explicitly
  • Loading branch information
carlossg authored Apr 26, 2021
2 parents b0bda3d + c5e3e97 commit 062c99a
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 062c99a

Please sign in to comment.