enable cgo

This commit is contained in:
Ethan Seal 2024-11-25 10:54:58 -08:00
parent 2088e37c99
commit b00b6d690d

View file

@ -32,7 +32,6 @@ if [ -z "$PKG" ] || [ -z "$ARCH" ] || [ -z "$COMMIT_SHA" ] || [ -z "$REPO_INFO"
fi fi
export CGO_ENABLED=0
export GOARCH="${ARCH}" export GOARCH="${ARCH}"
TARGETS_DIR="rootfs/bin/${ARCH}" TARGETS_DIR="rootfs/bin/${ARCH}"