Skip to content

Commit d199325

Browse files
added openssl ppc64le sc
1 parent 2edeecc commit d199325

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
1313
FROM --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
8282
COPY fs/ /

0 commit comments

Comments
 (0)