Allow arm64 release packaging to fail
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f91e728b91
commit
07a1118fab
@ -347,6 +347,13 @@ multi-arch-release:
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
- if: $CI_COMMIT_TAG
|
||||
# arm64 is allowed to fail
|
||||
- if: '$ARCH == "arm64"'
|
||||
when: on_success
|
||||
allow_failure: true
|
||||
- if: '$ARCH'
|
||||
when: on_success
|
||||
allow_failure: false
|
||||
timeout: 3h
|
||||
allow_failure: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user