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

fix: mount binfmt_misc in dind

parent f8a5a596
Branches
Tags
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:
- docker-new
before_script:
- !reference [default, before_script]
- mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
- find /proc/sys/fs/binfmt_misc -type f -name 'qemu-*' -exec sh -c 'cat {}' \;
- for arch in aarch64 ; do
if ! grep --quiet enabled /proc/sys/fs/binfmt_misc/qemu-$arch ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment