File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Stage 1: Temporary image for amd64 dependencies
2- FROM docker.io/amd64/ubuntu:22.04 AS ld-prefix
3- ENV DEBIAN_FRONTEND=noninteractive
2+ # FROM docker.io/amd64/ubuntu:22.04 AS ld-prefix
3+ # ENV DEBIAN_FRONTEND=noninteractive
44
55# Install amd64-specific dependencies
6- RUN apt-get update -o Acquire::Retries=3 && apt-get install -y \
7- ca-certificates \
8- libicu70 \
9- libssl3 && \
10- apt-get clean && rm -rf /var/lib/apt/lists/*
6+ # RUN apt-get update -o Acquire::Retries=3 && apt-get install -y \
7+ # ca-certificates \
8+ # libicu70 \
9+ # libssl3 && \
10+ # apt-get clean && rm -rf /var/lib/apt/lists/*
1111
1212# Stage 2: Main image for ppc64le Ubuntu
1313FROM --platform=linux/ppc64le ubuntu:22.04
@@ -73,10 +73,10 @@ RUN apt-get update && apt-get install -y \
7373 apt-get clean && rm -rf /var/lib/apt/lists/*
7474
7575# Copy amd64 dependencies from the ld-prefix stage
76- COPY --from=ld-prefix / /usr/x86_64-linux-gnu/
77- RUN ln -fs ../lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /usr/x86_64-linux-gnu/lib64/
78- RUN ln -fs /etc/resolv.conf /usr/x86_64-linux-gnu/etc/
79- ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
76+ # COPY --from=ld-prefix / /usr/x86_64-linux-gnu/
77+ # RUN ln -fs ../lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /usr/x86_64-linux-gnu/lib64/
78+ # RUN ln -fs /etc/resolv.conf /usr/x86_64-linux-gnu/etc/
79+ # ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
8080
8181# Copy custom scripts
8282COPY fs/ /
You can’t perform that action at this time.
0 commit comments