Skip to content

Commit

Permalink
fix: wasm requires cgo - disable cross compilation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Feb 12, 2025
1 parent 3b96b9f commit 6c0d06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ builds:
- CGO_ENABLED=1
goos:
- linux
- darwin
# - darwin
goarch:
- amd64
- arm64
# - arm64

archives:
- format: tar.gz
Expand Down

0 comments on commit 6c0d06a

Please sign in to comment.