We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f548c97 commit 9e3fcb4Copy full SHA for 9e3fcb4
1 file changed
scripts/build
@@ -5,4 +5,4 @@ script_dir=$(dirname "$(realpath "$0")")
5
cd $script_dir/..
6
7
version=$(git describe --tags --always)
8
-go build -ldflags="-X main.appVersion=$version" ./cmd/zfind
+CGO_ENABLED=0 go build -ldflags="-X main.appVersion=$version" ./cmd/zfind
0 commit comments