Skip to content

Commit

Permalink
ci: run separate jobs for each docker platform (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Nov 6, 2023
1 parent 562eb85 commit 371e843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
pytest:
strategy:
matrix:
docker_platform: [linux/amd64, linux/arm64]
runs-on: ubuntu-latest
permissions: write-all

Expand Down Expand Up @@ -40,5 +43,5 @@ jobs:
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/aarhus-psychiatry-research/psycop-common
platform: linux/amd64,linux/arm64
platform: ${{ matrix.docker_platform}}
push: always

0 comments on commit 371e843

Please sign in to comment.