From bd9aeb66d764fa3d0d446b24690bed0f92096eaa Mon Sep 17 00:00:00 2001 From: David Elie-Dit-Cosaque Date: Mon, 14 Oct 2024 17:08:57 -0400 Subject: [PATCH] install qemu --- .github/workflows/build-latest-image.yml | 3 +++ 1 file changed, 3 insertions(+) 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::"