From fee829cfb0c8ee060fcee57594396e9a26cc7d7e Mon Sep 17 00:00:00 2001 From: ModeIO Local Date: Wed, 1 Jul 2026 14:43:02 +0800 Subject: [PATCH] Clarify release artifact platform coverage --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ddeb90fd..794a9bb7 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ skill-manager start ``` The npm wrapper downloads the native release artifact for the current platform and CPU architecture. +Native release artifacts are published on GitHub Releases for macOS ARM64/x64 and Linux x64/ARM64. ## Supported harnesses diff --git a/README.zh-CN.md b/README.zh-CN.md index c69a46bc..b4229feb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -134,6 +134,7 @@ skill-manager start ``` npm wrapper 会为当前平台和 CPU 架构下载对应的原生 release artifact。 +GitHub Releases 会发布 macOS ARM64/x64 和 Linux x64/ARM64 的原生 release artifact。 ## 支持的 harness