Skip to content

Commit

Permalink
Add arm64 to build architectures (#146)
Browse files Browse the repository at this point in the history
Fixes #139
  • Loading branch information
caitlinelfring authored Sep 28, 2021
1 parent 161a9d9 commit 7eb51dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ builds:
goarch:
- "amd64"
- "386"
- "arm64"
ldflags: -s -w -X github.com/get-woke/woke/cmd.Version={{.Version}} -X github.com/get-woke/woke/cmd.Commit={{.ShortCommit}} -X github.com/get-woke/woke/cmd.Date={{.Date}}

archives:
Expand Down

0 comments on commit 7eb51dc

Please sign in to comment.