From a8dd9d19f889c17d78f06ad3647db142d87ce74a Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 18:36:57 -0600 Subject: [PATCH] Try to directly install qemu --- .gitea/workflows/check-flake.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 1f6953f..b33855b 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -20,9 +20,7 @@ jobs: extra-platforms = aarch64-linux - name: Setup QEMU Binfmt - uses: https://github.com/docker/setup-qemu-action@v2 - with: - platforms: arm64 + run: sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static - name: Checkout the repository uses: actions/checkout@v3