~comcloudway/builds.sr.ht

a822c9ab77b316475bf3c1e7da29ad174f945a2f — Drew DeVault 5 years ago 997212f
Add mips to qemu dockerfile
1 files changed, 4 insertions(+), 1 deletions(-)

M images/qemu/Dockerfile
M images/qemu/Dockerfile => images/qemu/Dockerfile +4 -1
@@ 41,7 41,7 @@ RUN cd qemu-4.0.0 && ./configure \
    --disable-glusterfs \
    --disable-tools \
    --disable-werror \
    --target-list="x86_64-softmmu,i386-softmmu,aarch64-softmmu,arm-softmmu,ppc64-softmmu,s390x-softmmu,riscv64-softmmu"
    --target-list="x86_64-softmmu,i386-softmmu,aarch64-softmmu,arm-softmmu,ppc64-softmmu,s390x-softmmu,riscv64-softmmu,mips-softmmu,mipsel-softmmu,mips64el-softmmu"

RUN cd qemu-4.0.0 && make && make install



@@ 53,6 53,9 @@ COPY --from=0 /bin/qemu-system-arm /bin/
COPY --from=0 /bin/qemu-system-ppc64 /bin/
COPY --from=0 /bin/qemu-system-ppc64le /bin/
COPY --from=0 /bin/qemu-system-s390x /bin/
COPY --from=0 /bin/qemu-system-mips /bin/
COPY --from=0 /bin/qemu-system-mipsel /bin/
COPY --from=0 /bin/qemu-system-mips64el /bin/
COPY --from=0 /share/qemu/ /share/qemu/
COPY --from=0 /lib/x86_64-linux-gnu/libnss_dns-2.28.so /lib/x86_64-linux-gnu/
COPY --from=0 /lib/x86_64-linux-gnu/libnss_dns.so.2 /lib/x86_64-linux-gnu/