Skip to content

Commit

Permalink
build(goreleaser): explicitly disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Nov 20, 2024
1 parent e09a76b commit d098883
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 @@ -21,6 +21,8 @@ builds:
- v1
goarm64:
- v8.0
env:
- CGO_ENABLED=0

archives:
- format: tar.gz
Expand Down

0 comments on commit d098883

Please sign in to comment.