Skip to content
Snippets Groups Projects
Commit 96c776ea authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

debug: list all binfmt entries

parent 8d8fc001
No related branches found
No related tags found
1 merge request!547fix: no qemu binfmt reset when not needed
This commit is part of merge request !547. Comments created here will be created in the context of that merge request.
...@@ -204,6 +204,7 @@ version: ...@@ -204,6 +204,7 @@ version:
- docker-new - docker-new
before_script: before_script:
- !reference [default, before_script] - !reference [default, before_script]
- find /proc/sys/fs/binfmt_misc -type f -name 'qemu-*' -exec sh -c 'cat {}' \;
- for arch in aarch64 ; do - for arch in aarch64 ; do
if ! grep --quiet enabled /proc/sys/fs/binfmt_misc/qemu-$arch ; then if ! grep --quiet enabled /proc/sys/fs/binfmt_misc/qemu-$arch ; then
docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes ; docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment