blob: 51fc2dca60f8b22dd159ab80bb1a51a4434bffd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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:
|