Skip to content

Commit

Permalink
Adds arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Jan 7, 2022
1 parent b499e92 commit 5be02c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
env:
- CGO_ENABLED=0
goos: [ linux ]
goarch: [ amd64 ]
goarch: [ amd64, arm64 ]

release:
prerelease: auto
Expand Down

0 comments on commit 5be02c5

Please sign in to comment.