Skip to content

Commit 74a5362

Browse files
Add x86_64 architecture to QEMU in Dockerfile (#3250)
1 parent 9022302 commit 74a5362

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@ RUN wget https://download.qemu.org/qemu-${QEMU_VER}.tar.xz && \
8787
i386-linux-user,\
8888
ppc-linux-user,\
8989
mips-linux-user,\
90+
x86_64-linux-user,\
9091
arm-softmmu,\
9192
aarch64-softmmu,\
9293
i386-softmmu,\
9394
ppc-softmmu,\
94-
mips-softmmu" && \
95+
mips-softmmu,\
96+
x86_64-softmmu" && \
9597
make -j && \
9698
make install && \
9799
cd /root && \

0 commit comments

Comments
 (0)