We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15420fb commit 8ad5c82Copy full SHA for 8ad5c82
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -53,9 +53,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
53
# Install Go
54
RUN curl -fsSL https://go.dev/dl/go1.21.1.linux-ppc64le.tar.gz -o go.tar.gz && \
55
echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go.tar.gz" | sha256sum -c - && \
56
- tar -C /usr/local -xzf go.tar.gz && \
+ tar -xzf go.tar.gz && \
57
rm go.tar.gz && \
58
- export PATH=$PATH:/usr/local/go/bin && \
59
go version
60
61
0 commit comments