diff --git a/.github/workflows/build-latest-image.yml b/.github/workflows/build-latest-image.yml index 439d5c7..8814ace 100644 --- a/.github/workflows/build-latest-image.yml +++ b/.github/workflows/build-latest-image.yml @@ -23,6 +23,9 @@ jobs: with: go-version: 1.22 + - name: Set up QEMU + uses: docker/setup-qemu-action@v1 + - name: Disable default go problem matcher run: echo "::remove-matcher owner=go::"