c5dfb389f2
JS-based GH Actions (checkout, artifact steps, setup-node) can't run inside Alpine on ARM64 — Node.js binary shipped by the actions requires glibc, and the x64-Alpine workaround doesn't extend to arm64. Cross-compile natively via 'rustup target add' + musl-tools instead.