Allow arm64 release packaging to fail

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-10-12 14:51:33 +02:00
parent f91e728b91
commit 07a1118fab
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 7 additions and 0 deletions

View File

@ -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