Skip to content

Commit

Permalink
enable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
crhuber committed May 2, 2023
1 parent 7d9160c commit 933379c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ builds:
goarm:
- 6
- 7

env:
- CGO_ENABLED=1 #see https://github.com/golang/go/issues/24383

0 comments on commit 933379c

Please sign in to comment.