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