From 17aeccfec38400a016850dc7052a2faabb313971 Mon Sep 17 00:00:00 2001 From: Trong Nhan Mai Date: Fri, 26 Apr 2024 15:16:08 +1000 Subject: [PATCH] chore: add note for supporting only amd64 architecture at the moment --- docs/source/pages/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/pages/installation.rst b/docs/source/pages/installation.rst index 627f7fa1a..7b8ba9e26 100644 --- a/docs/source/pages/installation.rst +++ b/docs/source/pages/installation.rst @@ -15,6 +15,7 @@ Prerequisites - Macaron has been tested with ``bash 5.1.16(1)-release``. - Docker (or docker equivalent for your host OS) must be installed, with a docker command line equivalent to Docker 17.06 (Oracle Container Runtime 19.03) and the user should be a member of the operating system group ``docker`` (to run Docker in `rootless mode `_). +- We only support ``amd64`` / ``x86_64`` platforms at the moment. .. _download-macaron: