mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 01:10:49 +01:00
Use arm image for arm runner (#23503)
This commit is contained in:
parent
6f9cc617fc
commit
f42740cb2b
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-docs
|
- name: build-docs
|
||||||
image: gitea/test_env:linux-1.20-amd64
|
image: gitea/test_env:linux-1.20-arm64
|
||||||
commands:
|
commands:
|
||||||
- cd docs
|
- cd docs
|
||||||
- make trans-copy clean build
|
- make trans-copy clean build
|
||||||
|
|
Loading…
Reference in a new issue