Skip to content

Commit 28f988b

Browse files
build script comment manylinux check
1 parent 6e8c5bf commit 28f988b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
4747
# install podman
4848
# Add Podman repository and install Podman
4949

50-
RUN apt-get install -y podman podman-docker
50+
# Clone and build Podman
51+
RUN git clone https://github.com/containers/podman.git && \
52+
cd podman && \
53+
git checkout v4.6.0 && \
54+
make BUILDTAGS="seccomp apparmor" && \
55+
make install
5156

5257

5358

0 commit comments

Comments
 (0)