mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-12 19:54:41 +00:00
Allow failure on Docker builds
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8c36173027
commit
ad4a9d4dff
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue