ci(native-cpu): drop linux-arm64 runner from multiarch matrix#577
Merged
michalharakal merged 1 commit intodevelopfrom Apr 30, 2026
Merged
ci(native-cpu): drop linux-arm64 runner from multiarch matrix#577michalharakal merged 1 commit intodevelopfrom
michalharakal merged 1 commit intodevelopfrom
Conversation
The ubuntu-24.04-arm runner has been failing in the cross-arch CI matrix added in #574. Removing it from the matrix temporarily so the workflow stays green on the three working hosts (linux-x86_64, macos-arm64, windows-x86_64) while the runner-side issue is sorted out. Linux ARM64 consumers cleanly fall back to the priority-50 Panama Vector provider when no native lib resolves — same fall- through path the rest of the cross-arch story uses. Re-adding ARM Linux is one-line: uncomment the matrix entry once either the GitHub-hosted runner stabilises or a self-hosted ARM64 runner is wired in. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Temporarily removes the
ubuntu-24.04-armrunner from the native-cpu cross-arch CI matrix introduced in #574 — it's been failing on this repo. The other three hosts (linux-x86_64, macos-arm64, windows-x86_64) keep running.Linux ARM64 consumers fall back to Panama priority-50 cleanly when no native lib resolves — same cascade path the rest of the cross-arch story relies on. Re-adding is a one-line uncomment once either the GitHub-hosted ARM runner stabilises or a self-hosted ARM64 runner is wired in.
Test plan
🤖 Generated with Claude Code