Skip to content

Commit 0838cdc

Browse files
added amd64 image in dockerfile
1 parent ef633c9 commit 0838cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Self-Hosted IBM Power Github Actions Runner.
22

33
# Temporary image: amd64 dependencies.
4-
FROM docker.io/amd64/ubuntu:23.10 as ld-prefix
4+
FROM docker.io/amd64/ubuntu:22.04 AS ld-prefix
55
ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3
77

@@ -25,7 +25,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
2525
curl \
2626
sudo \
2727
gnupg-agent \
28-
iptables iptables-legacy \
28+
iptables \
2929
ca-certificates \
3030
software-properties-common && \
3131
apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)