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 f22de69 commit 9fefa63Copy full SHA for 9fefa63
.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
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
-ENV PATH=$PATH:/usr/local/go/bin
+ENV PATH="/usr/local/go/bin:${PATH}"
58
RUN go version
59
60
# Install Podman (v4.6.0) for container management
0 commit comments