Skip to content

Commit fc758cc

Browse files
build script comment manylinux check
1 parent e5789bb commit fc758cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
4848
# Add Podman repository and install Podman
4949

5050

51-
RUN apt-get update && \
51+
RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://ports.ubuntu.com/ubuntu-ports|g' /etc/apt/sources.list && \
52+
apt-get update && \
5253
apt-get install -y software-properties-common && \
53-
sed -i 's|http://archive.ubuntu.com/ubuntu|http://ports.ubuntu.com/ubuntu-ports|g' /etc/apt/sources.list && \
5454
echo "deb [signed-by=/usr/share/keyrings/libcontainers.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Ubuntu_22.04/ /" > /etc/apt/sources.list.d/libcontainers.list && \
5555
curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Ubuntu_22.04/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers.gpg && \
5656
apt-get update && \
@@ -60,6 +60,7 @@ RUN apt-get update && \
6060

6161

6262

63+
6364
# amd64 Github Actions Runner.
6465
RUN useradd -m actions-runner
6566
USER actions-runner

0 commit comments

Comments
 (0)