Skip to content

Commit d1ec346

Browse files
authored
s390x: don't set up Linux mirror (#88)
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 <[email protected]>
1 parent e81f14e commit d1ec346

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

s390x.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ RUN curl -Lf https://raw.githubusercontent.com/myoung34/docker-github-actions-ru
5959
# RUN curl -Lf https://raw.githubusercontent.com/myoung34/docker-github-actions-runner/${RUNNER_VERSION}/token.sh -o /token.sh && chmod 755 /token.sh
6060
COPY token.sh /token.sh
6161

62-
COPY setup-mirror-repos.sh /tmp/setup-mirror-repos.sh
63-
RUN bash /tmp/setup-mirror-repos.sh
64-
6562
RUN useradd -d ${RUNNER_HOME} -m runner
6663
RUN echo "runner ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
6764
RUN echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >>/etc/sudoers

0 commit comments

Comments
 (0)