Skip to content

Commit 8ad5c82

Browse files
build script comment manylinux check
1 parent 15420fb commit 8ad5c82

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
@@ -53,9 +53,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5353
# Install Go
5454
RUN curl -fsSL https://go.dev/dl/go1.21.1.linux-ppc64le.tar.gz -o go.tar.gz && \
5555
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go.tar.gz" | sha256sum -c - && \
56-
tar -C /usr/local -xzf go.tar.gz && \
56+
tar -xzf go.tar.gz && \
5757
rm go.tar.gz && \
58-
export PATH=$PATH:/usr/local/go/bin && \
5958
go version
6059

6160

0 commit comments

Comments
 (0)