Skip to content
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

fix: use ubuntu-24.04 runners for docker workflows #1102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

veaceslavdoina
Copy link
Contributor

We recently observed that amd64 Docker builds, which uses ubuntu-22.04 runner, started to fail because they are running on the self-hosted runners.

And there two issues with that

  • Self hosted runners are not configured properly to run Docker
  • We have clashed labels - ubuntu-22.04 is used by self-hosted runners and GitHUb ones as well

PR contains a quick workaround to switch to the GutHub hosted runners with the labels ubuntu-24.04 and ubuntu-24.04-arm.

@veaceslavdoina veaceslavdoina self-assigned this Feb 6, 2025
@veaceslavdoina veaceslavdoina force-pushed the fix/use-ubuntu-24-04-runners-for-docker branch from 2de02a7 to a4cd932 Compare February 7, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants