From b9aae05b565e9cefc692f94d0ecf8dd6115aff84 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Thu, 16 Oct 2025 13:47:51 -0700 Subject: [PATCH] s390x: don't set up Linux mirror s390x don't run kernel builds, so there is little reason for keeping a source mirror there. Also s390x runners have limited storage, so having an in-container mirror is not feasible anyways. Signed-off-by: Ihor Solodrai --- s390x.Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/s390x.Dockerfile b/s390x.Dockerfile index 546e6d8..2974ea6 100644 --- a/s390x.Dockerfile +++ b/s390x.Dockerfile @@ -59,9 +59,6 @@ RUN curl -Lf https://raw.githubusercontent.com/myoung34/docker-github-actions-ru # RUN curl -Lf https://raw.githubusercontent.com/myoung34/docker-github-actions-runner/${RUNNER_VERSION}/token.sh -o /token.sh && chmod 755 /token.sh COPY token.sh /token.sh -COPY setup-mirror-repos.sh /tmp/setup-mirror-repos.sh -RUN bash /tmp/setup-mirror-repos.sh - RUN useradd -d ${RUNNER_HOME} -m runner RUN echo "runner ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers RUN echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >>/etc/sudoers