Can use ubuntu 20.04 ? #3288
Answered
by
nikola-jokic
kingbj940429
asked this question in
Questions
-
I use gha-runner-scale-set and gha-runner-scale-set-controller It uses ubuntu 22.04 by default how can I use ubuntu 20.04 ? I can't find image version this is my image version spec:
containers:
- name: runner
image: ghcr.io/actions/actions-runner:latest
command: ["/home/runner/run.sh"] |
Beta Was this translation helpful? Give feedback.
Answered by
nikola-jokic
Feb 14, 2024
Replies: 1 comment 1 reply
-
Hey @kingbj940429, You can re-build your own image and use the official one as the starting point. You can find the Dockerfile here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kingbj940429
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kingbj940429,
You can re-build your own image and use the official one as the starting point. You can find the Dockerfile here.