From f117aeb7c44ee53b48a430f4cba9b43bc4049c32 Mon Sep 17 00:00:00 2001 From: EDIflyer Date: Sun, 8 Sep 2024 15:44:20 +0100 Subject: [PATCH] Add comment re CPU architecture As per Discord discussions --- docs/docs/self-host/docker/run-locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index c9a055313..8c10b1e8d 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -3,6 +3,8 @@ title: Self-host OpenSign™ with Docker on Linux/MacOS/Windows --- import ReactPlayer from 'react-player'; +OpenSign™ is available of x86/x64 and Apple M-series CPU architectures. ARM64 is not currently supported. + ## Steps to run OpenSign™ with docker on Linux/MacOS/Windows: 1. Firstly, install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is running before proceeding to the next steps. 2. Now, start Docker and ensure it runs in the background. Open the terminal and type the following command: