mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-09 03:34:10 +01:00
CI: Add linux arm build to release CI
This commit is contained in:
parent
3c807ab3b8
commit
488b61b404
@ -171,7 +171,9 @@ build_linux_arm64:
|
|||||||
stage: coverage
|
stage: coverage
|
||||||
script: [./scripts/build-linux.sh]
|
script: [./scripts/build-linux.sh]
|
||||||
tags: [docker_arm64]
|
tags: [docker_arm64]
|
||||||
only: [main]
|
only:
|
||||||
|
- main
|
||||||
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user