build(#23): Publish multi-architecture container images

This commit is contained in:
Josh Creek
2026-07-24 21:21:32 +01:00
parent cab77a1e48
commit 6a1c8f870a
3 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -243,8 +243,9 @@ OpenNetworkDiagram/
### CI/CD
- `docker.yml`: validates Docker build on pull requests.
- `release.yml`: semantic release on `main` and Docker Hub publish for tagged releases.
- `docker.yml`: validates AMD64 and ARM64 Docker builds on pull requests.
- `release.yml`: semantic release on `main` and multi-platform Docker Hub publish for tagged releases.
- Published images support AMD64 and 64-bit ARM (including Raspberry Pi systems); Docker selects the matching variant automatically.
- Docker Hub image: [`jcreek23/open-network-diagram`](https://hub.docker.com/r/jcreek23/open-network-diagram)
## Contributing