diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8718241..c516f1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,16 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - + name: Set up QEMU + uses: docker/setup-qemu-action@v2 - name: Docker Setup Buildx + id: buildx uses: docker/setup-buildx-action@v2.0.0 + - + name: Available buildx platforms + run: echo ${{ steps.buildx.outputs.platforms }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3