Skip to content

Commit 79ad9a0

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +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 - && \
56-
tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
55+
tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5756
rm go1.21.1.linux-ppc64le.tar.gz && \
5857
ls -l /usr/local && \
5958
ls -l /usr/local/go && \

0 commit comments

Comments
 (0)