Update build_go.sh

This commit is contained in:
parhelia512 2025-10-17 03:25:53 +08:00 committed by GitHub
parent 8edf60fa9b
commit f9dd55a0b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ if [[ "$GOOS" == "linux" ]]; then
else
curl -fLso $DEST/updater "https://github.com/throneproj/updater/releases/latest/download/updater-linux-amd64"
fi
chmod +x $DEST/updater
fi
export CGO_ENABLED=0