Skip to content

Commit

Permalink
Merge branch 'master' into deps/fix-CVE-2022-0778
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 18, 2022
2 parents d2d3016 + 887f9ce commit d34ee66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
runs-on: ubuntu-20.04
needs: setup-matrix
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -294,6 +295,7 @@ jobs:
needs: build-binaries
if: ${{ !startsWith(github.ref, 'refs/heads/release') }}
strategy:
fail-fast: false
matrix:
image: [debian, alpine, opentracing, alpine-opentracing]
platforms: ["linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"]
Expand Down Expand Up @@ -411,6 +413,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build-binaries
strategy:
fail-fast: false
matrix:
image: [debian-plus, alpine-plus, opentracing-plus]
platforms: ["linux/arm64, linux/amd64"]
Expand Down

0 comments on commit d34ee66

Please sign in to comment.