Skip to content

Commit 9dfb624

Browse files
Merge pull request #577 from SKaiNET-developers/feature/native-cpu-drop-linux-arm
ci(native-cpu): drop linux-arm64 runner from multiarch matrix
2 parents 1268ae6 + 9c2ce1b commit 9dfb624

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)