diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11f07c7..d355f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: ${{ steps.qemu.outputs.platforms }} + platforms: "linux/amd64,linux/arm64,linux/arm/v6" push: true tags: | ${{ github.repository }}:latest @@ -66,4 +66,4 @@ jobs: - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.6 with: - pypi_token: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + pypi_token: ${{ secrets.PYPI_TOKEN }}