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 9efe650 commit 8c478faCopy full SHA for 8c478fa
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -54,7 +54,7 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
54
55
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz
56
RUN echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c -
57
-RUN tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
+RUN tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
58
ls -l /usr/local
59
RUN chmod -R 755 /usr/local/go
60
RUN export PATH=$PATH:/usr/local/go/bin
0 commit comments