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

@ -54,12 +54,7 @@ jobs:
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
if [ "$ARCH" = "arm" ]; then
case "$VARIANT" in