Skip to content

Commit 31ae095

Browse files
cliedemanchristophwitzko
authored andcommitted
chore: disable cgo
Disable cgo for all platforms - https://github.com/mitchellh/gox/blob/master/go.go#L43
1 parent 8845838 commit 31ae095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
CGO_ENABLED=0
6+
57
./semantic-release -ghr -vf -prerelease -update ./npm-package/package.json
68
export VERSION=$(cat .version)
79

0 commit comments

Comments
 (0)