Files
luci-app-openclaw/.github/workflows
10000ge10000 9d0012629b fix(ci): fix Node.js ARM64 musl build - use apk mode instead of cross
- V2 build now uses Alpine nodejs-current package (v23.x)
- V1 build now uses Alpine nodejs LTS package (v22.x)
- Add PKG_TYPE environment variable to select package type
- Update release notes to reflect new build approach

The cross-compilation mode failed because Node.js official glibc binary
cannot be converted to musl via patchelf due to glibc-specific dynamic
linker dependencies.
2026-03-17 02:30:34 +08:00
..