Skip to content

Commit ccebb82

Browse files
build script comment manylinux check
1 parent 747a714 commit ccebb82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5353
# Install Go (v1.21.1) for ppc64le
5454
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
5555
tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
56-
rm go1.21.1.linux-ppc64le.tar.gz
56+
rm go1.21.1.linux-ppc64le.tar.gz && \
57+
ls -l /usr/local/go/bin && \
58+
/usr/local/go/bin/go version && \
59+
ln -s /usr/local/go/bin/go /usr/bin/go
5760
ENV PATH="/usr/local/go/bin:${PATH}"
5861
RUN go version
5962

0 commit comments

Comments
 (0)