mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-27 10:42:36 +01:00
chore (ci): preapre the ground for multi arch
This commit is contained in:
parent
8d8ab0b793
commit
19685ba49b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue