From e6cf436ac3933695073ef04bd7596f2b53b1c575 Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Sun, 15 Dec 2024 11:08:16 +0100 Subject: [PATCH] add failing command --- .github/workflows/qemu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 702076d..60ef2e9 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -23,5 +23,6 @@ jobs: GOARCH=arm64 go build hello.go - name: "This would fail without docker/setup-qemu-action" run: ./hello + - run: qemu-aarch64-static hello - name: "You can also run images from other platforms" run: docker run --platform linux/i386 hello-world