ci: update actions-runner to 2.298.2 on s390x

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
chantra
2022-10-05 21:29:58 -07:00
committed by Andrii Nakryiko
parent fa2875be8a
commit 6cd8907a4a

View File

@@ -36,7 +36,7 @@ RUN ln -fs /etc/resolv.conf /usr/x86_64-linux-gnu/etc/
ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
# amd64 Github Actions Runner.
ARG version=2.296.0
ARG version=2.298.2
RUN useradd -m actions-runner
RUN echo "actions-runner ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
RUN echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >>/etc/sudoers