Skip to content

Commit 8cd390e

Browse files
build script comment manylinux check
1 parent fb3ea7b commit 8cd390e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252

5353
# Install Go (v1.21.1) for ppc64le
5454
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
55-
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
55+
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
56+
tar -xzvf go1.21.1.linux-ppc64le.tar.gz && \
57+
ls -la && \
5658
tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5759
rm go1.21.1.linux-ppc64le.tar.gz && \
58-
ls -l /usr/local && \
59-
ls -l /usr/local/go && \
60-
ls -l /usr/local/go/bin && \
6160
/usr/local/go/bin/go version && \
6261
ln -s /usr/local/go/bin/go /usr/bin/go
62+
6363
ENV PATH="/usr/local/go/bin:${PATH}"
6464
RUN go version
6565

0 commit comments

Comments
 (0)