Skip to content

Commit

Permalink
Release: don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 13, 2022
1 parent a362823 commit d85f41d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
windows:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
platform:
- arch: x64
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [
{ target: "x86_64-unknown-linux-musl", image_tag: "x86_64-musl", wheel: true, deb: true },
Expand Down Expand Up @@ -277,6 +279,7 @@ jobs:
linux-others:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- target: "armv5te-unknown-linux-musleabi"
Expand Down Expand Up @@ -338,6 +341,7 @@ jobs:
needs: [ linux, linux-others ]
environment: OpenWrt
strategy:
fail-fast: false
matrix:
target:
- arch: "aarch64_generic"
Expand Down Expand Up @@ -433,6 +437,7 @@ jobs:
needs: [ linux, linux-others ]
environment: OpenWrt
strategy:
fail-fast: false
matrix:
target:
- arch: siflower-1806
Expand Down Expand Up @@ -493,6 +498,7 @@ jobs:
needs: [ linux, linux-others ]
environment: Merlin
strategy:
fail-fast: false
matrix:
platform:
- type: arm380
Expand Down

0 comments on commit d85f41d

Please sign in to comment.