Skip to content

Commit 62e498f

Browse files
build script comment manylinux check
1 parent 28f988b commit 62e498f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ COPY fs/ /
4444

4545
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
4646

47+
48+
# Install Golang
49+
RUN apt-get update && apt-get install -y \
50+
golang-go \
51+
&& apt-get clean
52+
4753
# install podman
4854
# Add Podman repository and install Podman
4955

0 commit comments

Comments
 (0)