[s390x][runner] update action runner to 2.296.0 (latest)

This commit is contained in:
chantra
2022-08-26 14:19:59 -07:00
committed by Andrii Nakryiko
parent 2c44349e09
commit c53af98d1a

View File

@@ -33,7 +33,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.285.0
ARG version=2.296.0
RUN useradd -m actions-runner
RUN echo "actions-runner ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
RUN echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >>/etc/sudoers