CI: Add linux arm build to release CI
This commit is contained in:
parent
8877e42133
commit
bfdd96f6f9
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue