You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu 24.04 there is another variable `ID_LIKE` that appears in
the `/etc/os-release` file. This change fixes the regex match
to only match ID and not ID_LIKE
closesphilips-labs#4245
bdellegrazie
added a commit
to bdellegrazie/terraform-aws-github-runner
that referenced
this issue
Nov 27, 2024
On Ubuntu 24.04 there is another variable `ID_LIKE` that appears in
the `/etc/os-release` file. This change fixes the regex match
to only match ID and not ID_LIKE
closesphilips-labs#4245
Hi,
When testing with Ubuntu 24.04 the nodes fail to install the runner due to the following line:
terraform-aws-github-runner/modules/runners/templates/install-runner.sh
Line 45 in 52ce9c1
Specifically, the condition:
On Ubuntu 24.04, the source file (
/etc/os-release
) looks something like:which results in
os_id
having a value of:The correct expression is simply:
I'll raise a PR.
The text was updated successfully, but these errors were encountered: