File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed
Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change 1+ # HACK: this file is currently never used and only exists for usage with `Dockerfile.native.centos`
2+ # it will be supported for aarch64 hosts, see #751 and #975
13FROM ubuntu:20.04
2- ARG DEBIAN_FRONTEND=noninteractive
3-
4- COPY lib.sh /
5- COPY linux-image.sh /
6- RUN /linux-image.sh x86_64
7-
8- FROM centos:7
9-
10- COPY common.sh lib.sh /
11- RUN /common.sh
12-
13- COPY cmake.sh /
14- RUN /cmake.sh
15-
16- COPY xargo.sh /
17- RUN /xargo.sh
18-
19- COPY qemu.sh /
20- RUN /qemu.sh x86_64 softmmu
21-
22- COPY dropbear.sh /
23- RUN /dropbear.sh
24-
25- COPY --from=0 /qemu /qemu
26-
27- COPY linux-runner base-runner.sh /
28-
29- ENV CROSS_TOOLCHAIN_PREFIX=
30- ENV CROSS_SYSROOT=/
31- ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/linux-runner x86_64"
You can’t perform that action at this time.
0 commit comments