Add RPi install docs, GHCR support, push-docker-all script
All checks were successful
CI / test (push) Successful in 2m10s

- README: Raspberry Pi install section with auto-detect architecture
- README: pre-built binary download section for all platforms
- Docker docs: dual registry (Gitea + GHCR)
- scripts/push-docker-all.sh: push to both registries in one command

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-04-01 11:29:48 +04:00
parent f0a48092ed
commit 3af40cb275
3 changed files with 95 additions and 7 deletions

View File

@@ -1,11 +1,12 @@
# Docker and Deployment Guide
## Container Registry
## Container Registries
Images are published to:
```
git.manko.yoga/manawenuz/btest-rs
git.manko.yoga/manawenuz/btest-rs # Gitea registry
ghcr.io/manawenuz/btest-rs # GitHub Container Registry
```
## Quick Start