1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

.github/workflows/release.yml: Adding fail-fast: false to strategy.

This commit is contained in:
Henrik Hautakoski 2023-01-05 13:02:31 +01:00
parent 852a17bf9e
commit 1f6811c3b6
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -7,6 +7,7 @@ on:
jobs:
cross-compile:
strategy:
fail-fast: false
matrix:
os: [ linux, freebsd ]
arch: [ 386, amd64, arm, arm64 ]
@ -42,6 +43,7 @@ jobs:
package-ubuntu:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
name: Package - ${{matrix.os}}
@ -105,6 +107,7 @@ jobs:
package-freebsd:
strategy:
fail-fast: false
matrix:
arch: [ 386, amd64, arm, arm64 ]
name: Package - FreeBSD (${{matrix.arch}})