Skip to content

Commit 15420fb

Browse files
build script comment manylinux check
1 parent 6848ecf commit 15420fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
5050
COPY fs/ /
5151
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252

53+
# Install Go
54+
RUN curl -fsSL https://go.dev/dl/go1.21.1.linux-ppc64le.tar.gz -o go.tar.gz && \
55+
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go.tar.gz" | sha256sum -c - && \
56+
tar -C /usr/local -xzf go.tar.gz && \
57+
rm go.tar.gz && \
58+
export PATH=$PATH:/usr/local/go/bin && \
59+
go version
5360

5461

5562
RUN git clone https://github.com/containers/podman.git && \

0 commit comments

Comments
 (0)