Skip to content

Commit d85f41d

Browse files
committed
Release: don't fail fast
1 parent a362823 commit d85f41d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
windows:
8181
runs-on: windows-latest
8282
strategy:
83+
fail-fast: false
8384
matrix:
8485
platform:
8586
- arch: x64
@@ -154,6 +155,7 @@ jobs:
154155
linux:
155156
runs-on: ubuntu-latest
156157
strategy:
158+
fail-fast: false
157159
matrix:
158160
platform: [
159161
{ target: "x86_64-unknown-linux-musl", image_tag: "x86_64-musl", wheel: true, deb: true },
@@ -277,6 +279,7 @@ jobs:
277279
linux-others:
278280
runs-on: ubuntu-latest
279281
strategy:
282+
fail-fast: false
280283
matrix:
281284
platform:
282285
- target: "armv5te-unknown-linux-musleabi"
@@ -338,6 +341,7 @@ jobs:
338341
needs: [ linux, linux-others ]
339342
environment: OpenWrt
340343
strategy:
344+
fail-fast: false
341345
matrix:
342346
target:
343347
- arch: "aarch64_generic"
@@ -433,6 +437,7 @@ jobs:
433437
needs: [ linux, linux-others ]
434438
environment: OpenWrt
435439
strategy:
440+
fail-fast: false
436441
matrix:
437442
target:
438443
- arch: siflower-1806
@@ -493,6 +498,7 @@ jobs:
493498
needs: [ linux, linux-others ]
494499
environment: Merlin
495500
strategy:
501+
fail-fast: false
496502
matrix:
497503
platform:
498504
- type: arm380

0 commit comments

Comments
 (0)