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 747a714 commit ccebb82Copy full SHA for ccebb82
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -53,7 +53,10 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
53
# Install Go (v1.21.1) for ppc64le
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
+ rm go1.21.1.linux-ppc64le.tar.gz && \
57
+ ls -l /usr/local/go/bin && \
58
+ /usr/local/go/bin/go version && \
59
+ ln -s /usr/local/go/bin/go /usr/bin/go
60
ENV PATH="/usr/local/go/bin:${PATH}"
61
RUN go version
62
0 commit comments