Skip to content

Commit e207b27

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

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
@@ -329,6 +329,8 @@ jobs:
329329
uses: taiki-e/install-action@v2
330330
with:
331331
tool: cross
332+
- name: Configure binfmt_misc for QEMU
333+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
332334
- name: Build cross image
333335
run: just cross-image ${{ matrix.target }}
334336
- name: Test (unit)

0 commit comments

Comments
 (0)