Skip to content

Commit c40ead9

Browse files
committed
Configure binfmt_misc for QEMU on CI
As in: https://docs.gitlab.com/omnibus/development/s390x/
1 parent 7d66f9e commit c40ead9

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
@@ -349,6 +349,8 @@ jobs:
349349
uses: taiki-e/install-action@v2
350350
with:
351351
tool: cross
352+
- name: Configure binfmt_misc for QEMU
353+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
352354
- name: Build cross image
353355
run: just cross-image ${{ matrix.target }}
354356
- name: Test (unit)

0 commit comments

Comments
 (0)