From 96c776ea1de95d321bdf7a8ca87e0fca06936f2d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 16 Apr 2023 16:11:35 +0000 Subject: [PATCH] debug: list all binfmt entries --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7062b6045..ef80b5caa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,6 +204,7 @@ version: - docker-new 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 if ! grep --quiet enabled /proc/sys/fs/binfmt_misc/qemu-$arch ; then docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes ; -- GitLab