From ae5550a28df7dd7ea78db3a6aaf56543aba23513 Mon Sep 17 00:00:00 2001 From: meeb Date: Thu, 9 Jun 2022 00:00:00 +1000 Subject: [PATCH] add arm64 note --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8bbf9..dd96bde 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ currently just Plex, to complete the PVR experience. # Installation TubeSync is designed to be run in a container, such as via Docker or Podman. It also -works in a Docker Compose stack. Only `amd64` is initially supported. +works in a Docker Compose stack. `amd64` (most desktop PCs and servers) and `arm64` +(modern ARM computers, such as the Rasperry Pi 3 or later) are supported. Example (with Docker on *nix):