From 0dd98e95f17ddbec5eb93cca386efaa1a75e0bd3 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sun, 30 Mar 2025 10:44:32 +0200 Subject: [PATCH] ci: revert QEMU workaround (#2340) --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23c05442..67583173 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,11 +63,6 @@ jobs: - name: Set up QEMU if: runner.os == 'Linux' uses: docker/setup-qemu-action@v3 - with: - # This should be temporary - # xref https://github.com/docker/setup-qemu-action/issues/188 - # xref https://github.com/tonistiigi/binfmt/issues/215 - image: tonistiigi/binfmt:qemu-v8.1.5 - name: Install dependencies run: | @@ -169,11 +164,6 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - # This should be temporary - # xref https://github.com/docker/setup-qemu-action/issues/188 - # xref https://github.com/tonistiigi/binfmt/issues/215 - image: tonistiigi/binfmt:qemu-v8.1.5 - name: Run the emulation tests run: uv run pytest --run-emulation ${{ matrix.arch }} test/test_emulation.py