Update .forgejo/workflows/release.yaml
Some checks failed
Run Integration Tests / test (push) Has been cancelled

This commit is contained in:
Internet Addict 2025-06-01 11:26:50 +00:00
parent 86a1cb019a
commit 988f10111a

View file

@ -53,13 +53,8 @@ jobs:
[ "$OS" = "windows" ] && BIN="${OUT}.exe"
echo "🔨 Building $BIN"
# Set CGO only for native linux/amd64 build
if [ "$OS" = "linux" ] && [ "$ARCH" = "amd64" ]; then
export CGO_ENABLED=1
else
export CGO_ENABLED=0
fi
export CGO_ENABLED=0
if [ "$ARCH" = "arm" ]; then
case "$VARIANT" in