Skip to content

Conversation

@limakzi
Copy link
Member

@limakzi limakzi commented Apr 19, 2025

No description provided.

@limakzi limakzi added docker Pull requests that update Docker code github_actions Pull requests that update GitHub Actions code labels Apr 19, 2025
@limakzi limakzi requested a review from Copilot April 19, 2025 20:56
@limakzi limakzi self-assigned this Apr 19, 2025
@limakzi limakzi linked an issue Apr 19, 2025 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the runner specifications in the GitHub workflow to use larger runners for builds.

  • Updated runner label for the jobs build-bare, build-slim, and build-full
  • Changed runs-on values to "ubuntu-latest-8core" to target eight-core runners
Comments suppressed due to low confidence (3)

.github/workflows/main.yaml:40

  • The custom runner label 'ubuntu-latest-8core' is non-standard. Please confirm that this runner label is correctly configured in your GitHub Actions environment to avoid unintended failures.
runs-on: ubuntu-latest-8core

.github/workflows/main.yaml:55

  • The custom runner label 'ubuntu-latest-8core' is non-standard. Please confirm that this runner label is correctly configured in your GitHub Actions environment to avoid unintended failures.
runs-on: ubuntu-latest-8core

.github/workflows/main.yaml:71

  • The custom runner label 'ubuntu-latest-8core' is non-standard. Please confirm that this runner label is correctly configured in your GitHub Actions environment to avoid unintended failures.
runs-on: ubuntu-latest-8core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use larger-runners for builds

1 participant