Skip to content

Commit 9fefa63

Browse files
build script comment manylinux check
1 parent f22de69 commit 9fefa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5454
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
5555
tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
5656
rm go1.21.1.linux-ppc64le.tar.gz
57-
ENV PATH=$PATH:/usr/local/go/bin
57+
ENV PATH="/usr/local/go/bin:${PATH}"
5858
RUN go version
5959

6060
# Install Podman (v4.6.0) for container management

0 commit comments

Comments
 (0)