chore (ci): preapre the ground for multi arch

This commit is contained in:
Mickael Kerjean 2023-06-16 17:33:33 +10:00
parent 8d8ab0b793
commit 19685ba49b

View file

@ -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