Update .forgejo/workflows/release.yaml
Some checks failed
Run Integration Tests / test (push) Has been cancelled
Some checks failed
Run Integration Tests / test (push) Has been cancelled
This commit is contained in:
parent
86a1cb019a
commit
988f10111a
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue