Skip to content

Commit 99ac1cf

Browse files
committed
Disable fail-fast in build-push workflow
1 parent 8617674 commit 99ac1cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
PLATFORM: linux/arm64
7272
runner: ubuntu-24.04-arm
7373
arch: arm64
74+
fail-fast: false
7475
steps:
7576
- name: Checkout
7677
uses: actions/checkout@v4
@@ -297,6 +298,7 @@ jobs:
297298
- arch: arm64
298299
runner: ubuntu-24.04-arm
299300
PLATFORM: linux/arm64
301+
fail-fast: false
300302
steps:
301303
- name: Free Disk Space (Ubuntu)
302304
uses: jlumbroso/[email protected]

0 commit comments

Comments
 (0)