Skip to content

Commit

Permalink
Add CGO_ENABLED=0 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosaxiv authored Aug 18, 2023
1 parent ee37436 commit 4890388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ builds:
ldflags:
- -s -w -X "main.airVersion={{.Version}}"
- -s -w -X "main.goVersion={{.Env.GOVERSION}}"
env:
- CGO_ENABLED=0
archives:
- id: tar.gz
format: tar.gz
Expand Down

0 comments on commit 4890388

Please sign in to comment.