We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee37436 commit 4890388Copy full SHA for 4890388
.goreleaser.yml
@@ -9,6 +9,8 @@ builds:
9
ldflags:
10
- -s -w -X "main.airVersion={{.Version}}"
11
- -s -w -X "main.goVersion={{.Env.GOVERSION}}"
12
+ env:
13
+ - CGO_ENABLED=0
14
archives:
15
- id: tar.gz
16
format: tar.gz
0 commit comments