Skip to content

Commit

Permalink
enable cgo on linux amd64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianguido Sora committed Apr 10, 2024
1 parent 56f370d commit c945630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ builds:
- CXX=aarch64-linux-gnu-g++

- id: linux_amd64
env:
- CGO_ENABLED=1
goos:
- linux
goarch:
Expand Down

0 comments on commit c945630

Please sign in to comment.