Manchester big-endian support

* QA
This commit is contained in:
Timon Zijnge 2026-03-18 18:09:51 +01:00
parent 763a181fc1
commit 78eeb38ee0

View File

@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install QEMU user-mode emulation and s390x cross-compilation tools
RUN dpkg --add-architecture s390x && \
apt-get update && apt-get install -y \
apt-get update && apt-get install -y --no-install-recommends\
qemu-user-static \
qemu-user \
binfmt-support \