Skip to content

Commit

Permalink
Build for arm32 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Nov 9, 2022
2 parents 355c822 + e42cdf0 commit 76371c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ builds:
- linux
- windows
- darwin
# GOARCH to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
# Defaults are 386, amd64 and arm64.
goarch:
- amd64
- arm
- arm64
- 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 76371c3

Please sign in to comment.