diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index d517642..0c6e578 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -65,6 +65,9 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + - name: Build and push the Docker image run: | ./earthly \