We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fdd76 commit 09a3b13Copy full SHA for 09a3b13
scripts/build.sh
@@ -6,7 +6,7 @@ build_wrapper() {
6
if [ "$1" == "windows" ]; then
7
windows_file_extension=".exe"
8
fi
9
- GOOS=$1 GOARCH=$2 CGO_ENABLED=0 go build -ldflags "-X 'github.com/mistweaverco/kuba/internal/lib/version.VERSION=${VERSION}'" -o "dist/kuba-$1-$2$windows_file_extension"
+ GOOS=$1 GOARCH=$2 CGO_ENABLED=1 go build -ldflags "-X 'github.com/mistweaverco/kuba/internal/lib/version.VERSION=${VERSION}'" -o "dist/kuba-$1-$2$windows_file_extension"
10
}
11
12
build_linux_arm64() {
0 commit comments