Allow failure on Docker builds

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-10-12 12:10:32 +02:00
parent 8c36173027
commit ad4a9d4dff
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ build-docker-tag:
parallel:
matrix:
- ARCH: ["linux/amd64", "linux/arm64", "linux/arm"]
allow_failure: true
# Packaging app for amd64
package-app: