release: v1.0.2 — ARM64 musl patchelf 修复、ICU 数据

This commit is contained in:
10000ge10000
2026-03-02 22:12:57 +08:00
parent 6e55b3f12d
commit 823a693761
7 changed files with 151 additions and 89 deletions

View File

@@ -32,6 +32,7 @@ NODE_MUSL_MIRROR="https://unofficial-builds.nodejs.org/download/release"
NODE_SELF_HOST="https://github.com/10000ge10000/luci-app-openclaw/releases/download/node-bins"
export PATH="${NODE_BASE}/bin:${OC_GLOBAL}/bin:$PATH"
export NODE_ICU_DATA="${NODE_BASE}/share/icu"
log_info() { echo " [✓] $1"; }
log_warn() { echo " [!] $1"; }