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
-1
View File
@@ -82,7 +82,6 @@ cd LangBot/docker
docker compose --profile all up -d
```
> インターネットからアクセス可能な環境では、`LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN` と `LANGBOT_BOX_CONTROL_TOKEN` に強力な共有シークレット(空白以外の文字を32文字以上)を設定することを推奨します。各値は `openssl rand -hex 32` で生成でき、Compose が対応する接続の両端に同じ値を渡します。両端とも Token を未設定にした場合、オープンソース版では互換性のため Token なしの接続を許可します。
### ワンクリッククラウドデプロイ