Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit fd76f76

Browse files
committed
Set CGO_ENABLED=0 for goreleaser
1 parent ef0c395 commit fd76f76

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,4 +1,6 @@
11
builds:
2+
- env:
3+
- CGO_ENABLED=0
24
-
35
ldflags:
46
- -s -w -X github.com/devopsmakers/xterrafile/cmd.version={{.Version}} -X github.com/devopsmakers/xterrafile/cmd.commit={{.ShortCommit}} -X github.com/devopsmakers/xterrafile/cmd.date={{.Date}}

0 commit comments

Comments
 (0)