Skip to content

Commit 36548ba

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ COPY fs/ /
5151
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252

5353
# Install Go (v1.21.1) for ppc64le
54+
RUN cd /usr/local/
5455
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
5556
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
5657
tar -xzvf go1.21.1.linux-ppc64le.tar.gz && \
57-
ls -la && \
58-
tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5958
rm go1.21.1.linux-ppc64le.tar.gz && \
60-
/usr/local/go/bin/go version && \
61-
ln -s /usr/local/go/bin/go /usr/bin/go
59+
go version && \
60+
ln -s go/bin/go /usr/bin/go
6261

6362
ENV PATH="/usr/local/go/bin:${PATH}"
6463
RUN go version

0 commit comments

Comments
 (0)