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

ci: switch jobs using emulation to native arm64 runners #5669

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

crazy-max
Copy link
Member

No description provided.

@crazy-max crazy-max requested a review from tonistiigi January 20, 2025 09:32
@crazy-max crazy-max marked this pull request as ready for review January 20, 2025 09:32
@@ -229,17 +229,14 @@ jobs:
vagrant ssh -- "sudo cat /vagrant/.tmp/logs/containerd"

sandbox-build:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-22.04-arm' || 'ubuntu-24.04' }}
Copy link
Member

Choose a reason for hiding this comment

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

Why 22.04?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is related to actions/partner-runner-images#28 but seems it has been fixed so will update to 24.04

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max merged commit 570fde6 into moby:master Jan 23, 2025
96 checks passed
@crazy-max crazy-max deleted the ci-arm64 branch January 23, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants