diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index b11377f..a902fed 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -19,6 +19,7 @@ jobs: matrix: arch: [ amd64, i386, arm64v8 ] install_latest: [ true, false ] + specify_platform: [ false, true ] steps: @@ -38,7 +39,8 @@ jobs: sudo apt-get update sudo apt-get install -y qemu-user-static - - name: Create Containerfile + - name: Create Containerfile (arch=${{ matrix.arch }}) + if: !matrix.specify_platform run: | cat > Containerfile< Containerfile<