mirror of
https://github.com/ETLCPP/etl.git
synced 2026-05-01 11:29:09 +08:00
Manchester big-endian support
* QA
This commit is contained in:
parent
763a181fc1
commit
78eeb38ee0
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user