diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-10 04:12:49 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-10 04:12:49 +0000 |
| commit | 42167134cefe081de6d5e58f14949311da7f5a53 (patch) | |
| tree | 51465977e575630a428ccdc31e7be20a97917a9c | |
| parent | 8dfc00b2aa15accc0e2c11cd557470d189b3edd7 (diff) | |
Mention image architectures in the Installation Guide.
| -rw-r--r-- | Installation-Guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Installation-Guide.md b/Installation-Guide.md index 07216e5..da3e3d0 100644 --- a/Installation-Guide.md +++ b/Installation-Guide.md @@ -1,6 +1,6 @@ The main (and recommended) way to run tt-rss is under Docker. -Docker images for https://github.com/tt-rss/tt-rss are being built and published +Docker images for https://github.com/tt-rss/tt-rss are being built (for `linux/amd64` and `linux/arm64`) and published ([via GitHub Actions](https://github.com/tt-rss/tt-rss/actions/workflows/publish.yml)) to: * Docker Hub (as [supahgreg/tt-rss](https://hub.docker.com/r/supahgreg/tt-rss/) and [supahgreg/tt-rss-web-nginx](https://hub.docker.com/r/supahgreg/tt-rss-web-nginx/)). * GitHub Container Registry (as [ghcr.io/tt-rss/tt-rss](https://github.com/orgs/tt-rss/packages/container/package/tt-rss) |