-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(datasource/github-runners): Add ubuntu-22.04-arm
and ubuntu-24.04-arm
support
#33680
feat(datasource/github-runners): Add ubuntu-22.04-arm
and ubuntu-24.04-arm
support
#33680
Conversation
ubuntu-22.04-arm
and ubuntu-24.04-arm
support in GitHub Runnersubuntu-22.04-arm
and ubuntu-24.04-arm
support in GitHub Runners
acab855
to
4d1fa5c
Compare
@@ -46,6 +50,13 @@ export class GithubRunnersDatasource extends Datasource { | |||
], | |||
}; | |||
|
|||
private static readonly supportsLatest: Record<string, boolean> = { | |||
ubuntu: true, | |||
ubuntu_arm64: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ubuntu-22.04-arm
and ubuntu-24.04-arm
support in GitHub Runnersubuntu-22.04-arm
and ubuntu-24.04-arm
support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback @viceice! I'm getting my feet wet in the codebase, I see the github-runners datasource uses |
yes |
🎉 This PR is included in version 39.132.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Adds support for public preview GitHub Runners
ubuntu-22.04-arm
andubuntu-24.04-arm
.Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: