diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 6762302d3..4c29f98a2 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -9,6 +9,9 @@ jobs: build: name: Build Docker Image runs-on: ubuntu-latest + strategy: + matrix: + dockerfile: [Dockerfile, Dockerfile.cross] steps: - name: Check out the repo @@ -30,3 +33,4 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + file: ${{ matrix.dockerfile }}