-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Availablity of Ubuntu24.04 images #3
Comments
Not yet, but they will be soon! |
Excellent news, thanks. |
@crohr is there any public beta AMI image available? (I need cgroups v2 enabled by default) |
@aledbf @willcl-ark hello, ubuntu24 images are now available. They are not yet declared as official images in RunsOn, so for now you would first have to declare them as custom images in your images:
ubuntu24-beta-x64:
platform: "linux"
arch: "x64"
owner: "135269210855"
name: "runs-on-v2.2-ubuntu24-full-x64-*"
ubuntu24-beta-arm64:
platform: "linux"
arch: "arm64"
owner: "135269210855"
name: "runs-on-v2.2-ubuntu24-full-arm64-*" (I'm using And then in your workflows: jobs:
test:
runs-on:
- runs-on
- runner=2cpu-linux-x64
- image=ubuntu24-beta-x64
- run-id=${{ github.run_id }} |
Images are now available when you install the v2.5.4 pre-release of RunsOn (https://github.com/runs-on/runs-on/releases/tag/v2.5.4). |
Ubuntu 24.04 images are available on GH runners: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
...but I don't know how to select them in
runs-on
. Are they available to select somehow?Thanks in advance :)
The text was updated successfully, but these errors were encountered: