graphic: 0.986 device: 0.902 instruction: 0.719 semantic: 0.702 mistranslation: 0.587 boot: 0.267 vnc: 0.158 network: 0.118 other: 0.106 socket: 0.042 assembly: 0.027 KVM: 0.002 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: