ci: revert QEMU workaround (#2340)

This commit is contained in:
Matthieu Darbois
2025-03-30 09:44:32 +01:00
committed by GitHub
parent 4ef7b3770f
commit 0dd98e95f1
-10
View File
@@ -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