Skip to content

Commit 66c9166

Browse files
committed
Configure binfmt_misc for QEMU on CI
As in: https://docs.gitlab.com/omnibus/development/s390x/
1 parent 6eba60e commit 66c9166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ jobs:
331331
uses: taiki-e/install-action@v2
332332
with:
333333
tool: cross
334+
- name: Configure binfmt_misc for QEMU
335+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
334336
- name: Build cross image
335337
run: just cross-image ${{ matrix.target }}
336338
- name: Test (unit)

0 commit comments

Comments
 (0)