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

fix: typo

parent efc17252
No related branches found
No related tags found
1 merge request!547fix: no qemu binfmt reset when not needed
......@@ -207,7 +207,7 @@ version:
- 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 ;
if ;
fi ;
done
- docker buildx create --name builder --driver docker-container --bootstrap --use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment