File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,11 @@ ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
5050COPY fs/ /
5151RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
5252
53- # Install Go
54- RUN curl -fsSL https://go.dev/dl/go1.21.1.linux-ppc64le.tar.gz -o go.tar.gz && \
55- echo "eddf018206f8a5589bda75252b72716d26611efebabdca5d0083ec15e9e41ab7 go.tar.gz" | sha256sum -c - && \
56- tar -xzf go.tar.gz && \
57- rm go.tar.gz && \
58- go version
59-
60-
61- RUN git clone https://github.com/containers/podman.git && \
62- cd podman && \
63- git checkout v4.6.0 && \
64- make BUILDTAGS="seccomp apparmor" && \
65- make install && \
66- cd .. && rm -rf podman
53+ RUN apt-get update && apt-get install -y \
54+ docker-ce \
55+ docker-ce-cli \
56+ containerd.io \
57+ && apt-get clean && rm -rf /var/lib/apt/lists/*
6758
6859# Configure GitHub Actions Runner for amd64
6960RUN useradd -m actions-runner
You can’t perform that action at this time.
0 commit comments