File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,6 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252
5353
5454
55- # Install Podman (v4.6.0) for container management
56- RUN echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy main restricted universe multiverse" > /etc/apt/sources.list && \
57- echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy-updates main restricted universe multiverse" >> /etc/apt/sources.list && \
58- echo "deb [arch=ppc64el] http://ports.ubuntu.com/ jammy-security main restricted universe multiverse" >> /etc/apt/sources.list && \
59- apt-get update && apt-get install -y \
60- make \
61- gcc \
62- libseccomp-dev \
63- libapparmor-dev && \
64- apt-get clean && rm -rf /var/lib/apt/lists/*
65-
66-
6755RUN git clone https://github.com/containers/podman.git && \
6856 cd podman && \
6957 git checkout v4.6.0 && \
You can’t perform that action at this time.
0 commit comments