Skip to content

Commit 0dd98e9

Browse files
authored
ci: revert QEMU workaround (#2340)
1 parent 4ef7b37 commit 0dd98e9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
- name: Set up QEMU
6464
if: runner.os == 'Linux'
6565
uses: docker/setup-qemu-action@v3
66-
with:
67-
# This should be temporary
68-
# xref https://github.com/docker/setup-qemu-action/issues/188
69-
# xref https://github.com/tonistiigi/binfmt/issues/215
70-
image: tonistiigi/binfmt:qemu-v8.1.5
7166

7267
- name: Install dependencies
7368
run: |
@@ -169,11 +164,6 @@ jobs:
169164

170165
- name: Set up QEMU
171166
uses: docker/setup-qemu-action@v3
172-
with:
173-
# This should be temporary
174-
# xref https://github.com/docker/setup-qemu-action/issues/188
175-
# xref https://github.com/tonistiigi/binfmt/issues/215
176-
image: tonistiigi/binfmt:qemu-v8.1.5
177167

178168
- name: Run the emulation tests
179169
run: uv run pytest --run-emulation ${{ matrix.arch }} test/test_emulation.py

0 commit comments

Comments
 (0)