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
```
> If the deployment is accessible from the Internet, protect the internal Runtime connections with strong tokens:
>
> ```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 passes each value to both ends of its connection. If both ends leave a token unset, the open-source deployment permits a tokenless connection for backward compatibility. Store configured values in your deployment secret manager; do not commit them.
### One-Click Cloud Deploy