You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(arm): target generic ARM64 runners, not the single ella-n003 host
Runner selection now emits [self-hosted, ARM64] for arm (mirrors x86's [self-hosted, X64]) so any ARM64 self-hosted runner picks up the work instead of pinning to ella-n003. Also made setup-rclone arch-portable: added a static rclone-download fallback (arch-detected, via downloads.rclone.org, persisted to $GITHUB_PATH) after the Setonix-module / spack methods, so ARM64 rclone no longer depends on Ella's spack. Singularity availability stays a runner-provisioning expectation (no simple static install).
0 commit comments