mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-02 11:43:42 +02:00
.github/workflows/release.yml: Adding fail-fast: false to strategy.
This commit is contained in:
parent
852a17bf9e
commit
1f6811c3b6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
cross-compile:
|
cross-compile:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ linux, freebsd ]
|
os: [ linux, freebsd ]
|
||||||
arch: [ 386, amd64, arm, arm64 ]
|
arch: [ 386, amd64, arm, arm64 ]
|
||||||
|
|
@ -42,6 +43,7 @@ jobs:
|
||||||
|
|
||||||
package-ubuntu:
|
package-ubuntu:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-20.04 ]
|
os: [ ubuntu-20.04 ]
|
||||||
name: Package - ${{matrix.os}}
|
name: Package - ${{matrix.os}}
|
||||||
|
|
@ -105,6 +107,7 @@ jobs:
|
||||||
|
|
||||||
package-freebsd:
|
package-freebsd:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ 386, amd64, arm, arm64 ]
|
arch: [ 386, amd64, arm, arm64 ]
|
||||||
name: Package - FreeBSD (${{matrix.arch}})
|
name: Package - FreeBSD (${{matrix.arch}})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue