diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index eb297ad..f253c2e 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -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