Set ImageOS environment variable in runner images (#2878)

Co-authored-by: Nikola Jokic <[email protected]>
This commit is contained in:
Hidetake Iwata
2023-11-23 15:04:54 +01:00
committed by GitHub
co-authored by Nikola Jokic
parent c7d65c42d6
commit 8a25302ba3
+1
View File
@@ -37,6 +37,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
ENV DEBIAN_FRONTEND=noninteractive
ENV RUNNER_MANUALLY_TRAP_SIG=1
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
ENV ImageOS=ubuntu22
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \