File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252
5353# Install Go (v1.21.1) for ppc64le
5454RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
55- echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
55+ echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c - && \
56+ tar -xzvf go1.21.1.linux-ppc64le.tar.gz && \
57+ ls -la && \
5658 tar --strip-components=1 -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5759 rm go1.21.1.linux-ppc64le.tar.gz && \
58- ls -l /usr/local && \
59- ls -l /usr/local/go && \
60- ls -l /usr/local/go/bin && \
6160 /usr/local/go/bin/go version && \
6261 ln -s /usr/local/go/bin/go /usr/bin/go
62+
6363ENV PATH="/usr/local/go/bin:${PATH}"
6464RUN go version
6565
You can’t perform that action at this time.
0 commit comments