fix(release): publish installable multi-arch artifacts (#2432)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Hyu
2026-08-14 01:06:31 +08:00
committed by GitHub
parent de28b3160c
commit 1f1a3aff55
12 changed files with 66 additions and 95 deletions
-9
View File
@@ -83,15 +83,6 @@ cd LangBot/docker
docker compose --profile all up -d
```
> 如果部署环境可从公网访问,建议为内部 Runtime 连接设置强 Token
>
> ```bash
> export LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN="$(openssl rand -hex 32)"
> export LANGBOT_BOX_CONTROL_TOKEN="$(openssl rand -hex 32)"
> docker compose --profile all up -d
> ```
>
> Compose 会把每个 Token 传给对应连接的两端。开源版在两端都未设置 Token 时仍允许无 Token 连接,以保持向后兼容。已配置的 Token 应保存在部署平台的 Secret 管理中,不要提交到仓库。
### 一键云部署