Skip to content

Commit 318aadb

Browse files
build script comment manylinux check
1 parent 8c478fa commit 318aadb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,7 @@ ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
5050
COPY fs/ /
5151
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252

53-
# Install Go (v1.21.1) for ppc64le
5453

55-
RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz
56-
RUN echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go1.21.1.linux-ppc64le.tar.gz" | sha256sum -c -
57-
RUN tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
58-
ls -l /usr/local
59-
RUN chmod -R 755 /usr/local/go
60-
RUN export PATH=$PATH:/usr/local/go/bin
61-
RUN ls -l /usr/local/go/bin
62-
RUN /usr/local/go/bin/go version
63-
RUN ln -s /usr/local/go/bin/go /usr/bin/go
64-
65-
66-
ENV PATH="/usr/local/go/bin:${PATH}"
67-
RUN go version
6854

6955
# Install Podman (v4.6.0) for container management
7056
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)