Skip to content

Commit

Permalink
add arm64 and universal binary (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3fftk authored Apr 13, 2022
1 parent bc01e85 commit 08ea544
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 @@ -5,6 +5,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
ldflags:
Expand All @@ -13,3 +14,6 @@ builds:
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

universal_binaries:
- replace: false

0 comments on commit 08ea544

Please sign in to comment.