Skip to content

Commit 2bec839

Browse files
build script comment manylinux check
1 parent 42e478d commit 2bec839

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 "checksum_value go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
5556
tar -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)