GitHub runner

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 161 29 Apr 2024
Ubuntu 22.04
latest/beta 177 29 Apr 2024
Ubuntu 22.04
latest/edge 177 25 Apr 2024
Ubuntu 22.04
juju deploy github-runner --channel edge
Show information

Platform:

Ubuntu
22.04

How to add custom labels

This charm supports adding custom labels to the runners.

By using juju config to change the charm configuration labels, additional custom labels can be attached to the self-hosted runners.

juju config <APP_NAME> labels=<COMMA_SEPARATED_LABELS>

An example of a COMMA_SEPARATED_LABELS value would be “large,gpu”, “small,arm64”. Accepted values are alphanumeric values with underscores (_), whitespaces before and after the the word will be automatically trimmed.