set GOARCH
This commit is contained in:
parent
51f025db76
commit
81be1cd20c
1 changed files with 3 additions and 0 deletions
|
@ -59,10 +59,13 @@ jobs:
|
|||
|
||||
- name: Build Forgejo for arm64
|
||||
run: ./.ci-make.sh submodule-build forgejo forgejo-bin
|
||||
env:
|
||||
GOARCH: arm64
|
||||
|
||||
- name: Build Forgejo (with SQLite) for arm64
|
||||
run: ./.ci-make.sh submodule-build forgejo forgejo-sqlite-bin
|
||||
env:
|
||||
GOARCH: arm64
|
||||
TAGS: sqlite sqlite_unlock_notify
|
||||
|
||||
- run: ./.ci-make.sh package-prep
|
||||
|
|
Loading…
Add table
Reference in a new issue