Skip to content

Commit

Permalink
workaround(build): goreleaser cannot cross-compile due to syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Mar 12, 2022
1 parent 9ab0889 commit 6d73209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ builds:
env:
- CGO_ENABLED=1
goos:
- linux
- windows
- darwin
#- linux
#- windows
goarch:
- 386
- amd64
- arm
- arm64
- 386
- arm
goarm:
- 6
- 7
Expand Down

0 comments on commit 6d73209

Please sign in to comment.