Allow failure on Docker builds
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8c36173027
commit
ad4a9d4dff
@ -245,7 +245,7 @@ build-docker-tag:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH: ["linux/amd64", "linux/arm64", "linux/arm"]
|
- ARCH: ["linux/amd64", "linux/arm64", "linux/arm"]
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
# Packaging app for amd64
|
# Packaging app for amd64
|
||||||
package-app:
|
package-app:
|
||||||
|
Loading…
Reference in New Issue
Block a user