Update .forgejo/workflows/release.yaml
Some checks failed
Run Integration Tests / test (push) Failing after 37s
Some checks failed
Run Integration Tests / test (push) Failing after 37s
This commit is contained in:
parent
73de8a4fa9
commit
c586af359e
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ jobs:
|
|||
case "$VARIANT" in
|
||||
v7) GOARM=7 ;;
|
||||
v6) GOARM=6 ;;
|
||||
*) GOARM=7 ;; # default fallback
|
||||
*) GOARM=7 ;;
|
||||
esac
|
||||
GOOS=$OS GOARCH=arm GOARM=$GOARM \
|
||||
go build -ldflags="-s -w" -o "$OUT" ./.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue