From d4be2957b8d5e2dde559bc17b97673c9c13f0378 Mon Sep 17 00:00:00 2001 From: Tejas Raskar Date: Tue, 24 Oct 2023 00:57:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20warning=20note=20in=20the=20manu?= =?UTF-8?q?al=20deployment=20section=20(#348)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 8544dab..7ba6f81 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -300,6 +300,9 @@ This section covers how to deploy the app with docker manually by manually build > **Note** > This section is provided for those who want to futher customize the docker image or for those who are extra cautious about security. +> **Warning** +> A note of caution the project currently only supports **x86-64** architecture and as such we do not recommend deploying the project on devices with other architectures. Though if you still want to do it then **do it at your own risk**. + ### Unstable/Edge/Rolling First clone the the repository by running the following command: