diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4428e19..d1f807c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: pull-requests: write strategy: matrix: - platform: - #- linux/amd64 + platform: - linux/arm64/v8 + - linux/amd64 steps: - name: Checkout repository @@ -43,7 +43,10 @@ jobs: with: username: ${{secrets.DOCKER_USERNAME}} password: ${{ secrets.DOCKER_PASSWORD }} - + + - name: Docker Setup QEMU + uses: docker/setup-qemu-action@v3.0.0 + - name: Extract Docker metadata id: meta uses: docker/metadata-action@v4