mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-30 19:55:25 +00:00
trivial: for create containers workflow don't fail fast
Just because Arch fails to build or push one day, don't make all the containers fail to build or push.
This commit is contained in:
parent
dcd154881a
commit
dd075eb2be
1
.github/workflows/create_containers.yml
vendored
1
.github/workflows/create_containers.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
push_to_registry:
|
push_to_registry:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [fedora, debian-x86_64, arch, debian-i386]
|
os: [fedora, debian-x86_64, arch, debian-i386]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user