Skip to content

Commit 02a268a

Browse files
committed
Disable fail-fast in build-push workflow
1 parent cb210c9 commit 02a268a

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
@@ -76,6 +76,7 @@ jobs:
7676
PLATFORM: linux/arm64
7777
runner: ubuntu-24.04-arm
7878
arch: arm64
79+
fail-fast: false
7980
steps:
8081
- name: Checkout
8182
uses: actions/checkout@v4
@@ -309,6 +310,7 @@ jobs:
309310
- arch: arm64
310311
runner: ubuntu-24.04-arm
311312
PLATFORM: linux/arm64
313+
fail-fast: false
312314
steps:
313315
- name: Free Disk Space (Ubuntu)
314316
uses: jlumbroso/[email protected]

0 commit comments

Comments
 (0)