GitHub runner
Platform:
24.04
22.04
20.04
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 4 | 02 Jun 2026 | |
| latest/stable | 327 | 02 Jun 2026 | |
| latest/stable | 696 | 02 Jun 2026 | |
| latest/stable | 695 | 02 Jun 2026 | |
| latest/beta | 694 | 27 May 2026 | |
| latest/beta | 4 | 04 Jun 2025 | |
| latest/beta | 323 | 17 Jan 2025 | |
| latest/edge | 696 | 28 May 2026 | |
| latest/edge | 695 | 28 May 2026 | |
| latest/edge | 327 | 06 Feb 2025 | |
| latest/edge | 4 | 26 Apr 2022 | |
| local-lxd/stable | 306 | 17 Dec 2024 | |
| local-lxd/edge | 306 | 27 Nov 2024 | |
| 1/stable | 177 | 05 Jun 2024 | |
| 1/edge | 177 | 05 Jun 2024 |
juju deploy github-runner
How to set base image
This charm supports deploying the runners on different base images.
By using juju config to change the
charm configuration labels, the runner
can be deployed with a different Ubuntu base image. Latest two LTS images “jammy” and “noble” are
supported. The default base image is “jammy”.
juju config <APP_NAME> base-image=<BASE_IMAGE_TAG_OR_NAME>
An example of a BASE_IMAGE_TAG_OR_NAME value would be “jammy”, “22.04”, “noble”, “24.04”.