We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cross linking this in case anyone is experiencing the same thing this week: actions/runner#3539 (comment)
I think it's a GitHub-specific issue.
The text was updated successfully, but these errors were encountered:
It might help to pin the runner version to an older one with the runnerVersion parameter to the image builder.
runnerVersion
const myBuilder = FargateRunnerProvider.imageBuilder(this, 'image builder', { runnerVersion: RunnerVersion.specific('2.320.0'), }); const myProvider = new FargateRunnerProvider(this, 'fargate runner', { labels: ['customized-fargate'], imageBuilder: myBuilder, }); // create the runner infrastructure new GitHubRunners(this, 'runners', { providers: [myProvider], });
Sorry, something went wrong.
No branches or pull requests
Cross linking this in case anyone is experiencing the same thing this week: actions/runner#3539 (comment)
I think it's a GitHub-specific issue.
The text was updated successfully, but these errors were encountered: