QEMU arm (not arm64) crashes on apple silicon when run via docker desktop Description of problem: docker build of the simple Dockerfile here causes QEMU to crash in arm emulation. It is perfectly reproducible. FROM balenalib/rpi-raspbian:bullseye-20210925 USER root RUN apt-get update -y && apt-get upgrade -y Additional information: