diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bcf155..bf52bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,6 @@ on: jobs: docker: runs-on: ubuntu-latest - strategy: - matrix: - include: - - arch: amd64 - - arch: arm64 steps: - name: Set up QEMU @@ -29,4 +24,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: iantorres/boosted:latest-${{ matrix.arch }} \ No newline at end of file + tags: iantorres/boosted:latest-${{ matrix.arch }} + platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file