Skip to content

Commit 25753fe

Browse files
authored
build.sh: set CGO_ENABLED=0 (#1)
1 parent afeebcc commit 25753fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ for target in "${targets[@]}"; do
6060

6161
export GOOS="$target_os"
6262
export GOARCH="$target_arch"
63+
export CGO_ENABLED=0
6364

6465
pushd "$src_dir" > /dev/null
6566
make

0 commit comments

Comments
 (0)