Skip to content

Commit

Permalink
Adding an arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Jan 20, 2021
1 parent 1178ac0 commit 80fa15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- GO111MODULE=on
goarch:
- amd64
- arm64
goos:
- darwin
- windows
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- GO111MODULE=on
goarch:
- amd64
- arm64
goos:
- darwin
- windows
Expand Down

0 comments on commit 80fa15f

Please sign in to comment.