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 2bec839 commit 79ad9a0Copy full SHA for 79ad9a0
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -52,8 +52,7 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
52
53
# Install Go (v1.21.1) for ppc64le
54
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 && \
+ tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
57
rm go1.21.1.linux-ppc64le.tar.gz && \
58
ls -l /usr/local && \
59
ls -l /usr/local/go && \
0 commit comments