From 19685ba49beec793203ee77af7dda1d37be88d39 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Fri, 16 Jun 2023 17:33:33 +1000 Subject: [PATCH] chore (ci): preapre the ground for multi arch --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ccc6da..e777400f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,6 +172,11 @@ jobs: if: github.ref == 'refs/heads/master' needs: [ test_e2e, test_backend, test_frontend ] runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + platform: + - linux/amd64 steps: - name: Init uses: actions/checkout@v3