Skip to content

Commit

Permalink
add CGO_ENABLED=0 to build options
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Jul 22, 2024
1 parent 2c57d1c commit 481f48e
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 @@ -13,6 +13,8 @@ builds:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0

dockers:
- use: buildx
Expand Down

0 comments on commit 481f48e

Please sign in to comment.