File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 63
63
- name : Set up QEMU
64
64
if : runner.os == 'Linux'
65
65
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
71
66
72
67
- name : Install dependencies
73
68
run : |
@@ -169,11 +164,6 @@ jobs:
169
164
170
165
- name : Set up QEMU
171
166
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
177
167
178
168
- name : Run the emulation tests
179
169
run : uv run pytest --run-emulation ${{ matrix.arch }} test/test_emulation.py
You can’t perform that action at this time.
0 commit comments