Skip to content

Commit 9c2ce1b

Browse files
michalharakalclaude
andcommitted
ci(native-cpu): drop linux-arm64 runner from multiarch matrix
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>
1 parent 9911ba6 commit 9c2ce1b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/native-cpu-multiarch.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
- os: ubuntu-latest
4141
arch_label: linux-x86_64
4242
lib_name: libskainet_kernels.so
43-
- os: ubuntu-24.04-arm
44-
arch_label: linux-arm64
45-
lib_name: libskainet_kernels.so
43+
# ubuntu-24.04-arm runner is removed for now — see #574 follow-up.
44+
# Re-add once the runner-side issue is resolved (or replace with
45+
# a self-hosted ARM64 runner). Linux ARM64 consumers fall back
46+
# to the priority-50 Panama Vector provider until then.
4647
- os: macos-14
4748
arch_label: macos-arm64
4849
lib_name: libskainet_kernels.dylib

0 commit comments

Comments
 (0)