Skip to content

Commit 8a78a10

Browse files
tecnobratkevholditch
authored andcommitted
Set CGO_ENABLED=0 to create statically linked binary (#26)
1 parent 7a44ead commit 8a78a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
builds:
22
- binary: terraform-provider-kong_v{{.Version}}
3+
env:
4+
- CGO_ENABLED=0
35
goos:
46
- darwin
57
- linux

0 commit comments

Comments
 (0)