Skip to content

Commit 9efe650

Browse files
build script comment manylinux check
1 parent 8331cb7 commit 9efe650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5454

5555
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz
5656
RUN echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c -
57-
RUN tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz
57+
RUN tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
58+
ls -l /usr/local
5859
RUN chmod -R 755 /usr/local/go
5960
RUN export PATH=$PATH:/usr/local/go/bin
6061
RUN ls -l /usr/local/go/bin

0 commit comments

Comments
 (0)