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 ccebb82 commit 42e478dCopy full SHA for 42e478d
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -54,6 +54,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
54
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
55
tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
56
rm go1.21.1.linux-ppc64le.tar.gz && \
57
+ ls -l /usr/local && \
58
+ ls -l /usr/local/go && \
59
ls -l /usr/local/go/bin && \
60
/usr/local/go/bin/go version && \
61
ln -s /usr/local/go/bin/go /usr/bin/go
0 commit comments