Skip to content

Commit fb3ea7b

Browse files
build script comment manylinux check
1 parent 79ad9a0 commit fb3ea7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ 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 - && \
5556
tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5657
rm go1.21.1.linux-ppc64le.tar.gz && \
5758
ls -l /usr/local && \

0 commit comments

Comments
 (0)