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
@@ -84,15 +84,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 管理中,不要提交至儲存庫。
### 一鍵雲端部署