ci: build ARM image on GitHub-hosted ubuntu-24.04-arm instead of BuildJet#91
Merged
Merged
Conversation
…dJet The build-multi-arm64 job targeted `buildjet-4vcpu-ubuntu-2204-arm`, an external BuildJet hosted runner. BuildJet is no longer available to the org, so the label matched no runner and the job queued indefinitely (the recent build failed after waiting ~24h for an ARM runner), blocking the dependent `merge` job. Unlike the platform repo, plateau has no self-hosted ARM runners available (jobs targeting 8x32g-arm / 4x16g-arm stayed queued indefinitely with no runner), which is presumably why ARM was on BuildJet to begin with. Since plateau is a public repo, GitHub-hosted ARM runners (ubuntu-24.04-arm) are free and require no self-hosted infrastructure -- and this matches the amd64 job, which already runs on GitHub-hosted ubuntu-latest. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3de57b7 to
a7853b1
Compare
kasuboski
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The ARM runner needs to be updated; ARM jobs were hanging.
Fix
build-multi-arm64: runs-on: - - buildjet-4vcpu-ubuntu-2204-arm + - ubuntu-24.04-armVerification
build-multi-arm64picking up a hosted ARM runner and building.🤖 Generated with Claude Code