Skip to content

Commit

Permalink
update goreleaser to allow arm64 to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Estrada authored and Stephen Estrada committed Jan 14, 2022
1 parent 66232e9 commit 2756625
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down
Binary file modified gee
Binary file not shown.

0 comments on commit 2756625

Please sign in to comment.