Fix: Run build multiarch release on tags too
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e4ba0f21ee
commit
fb0238d1b7
@ -342,11 +342,9 @@ multi-arch-release:
|
||||
- ARCH: ["arm", "arm64"]
|
||||
rules:
|
||||
# arm64 is allowed to fail
|
||||
- if: '$CI_PROJECT_NAMESPACE == "framasoft" && $CI_PIPELINE_SOURCE == "schedule" && $ARCH == "arm64"'
|
||||
when: on_success
|
||||
- if: '$CI_PROJECT_NAMESPACE == "framasoft" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_COMMIT_TAG != null) && $ARCH == "arm64"'
|
||||
allow_failure: true
|
||||
- if: '$CI_PROJECT_NAMESPACE == "framasoft" && $CI_PIPELINE_SOURCE == "schedule" && $ARCH'
|
||||
when: on_success
|
||||
- if: '$CI_PROJECT_NAMESPACE == "framasoft" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_COMMIT_TAG != null) && $ARCH'
|
||||
allow_failure: false
|
||||
timeout: 3h
|
||||
allow_failure: true
|
||||
|
Loading…
Reference in New Issue
Block a user