From 599758d98e9fc5529da8b4a94359dfb5f67726bc Mon Sep 17 00:00:00 2001 From: Nicolas Sturm Date: Mon, 18 Jul 2022 04:18:53 -0300 Subject: [PATCH] Add note for others processors compatibility https://github.com/ovrclk/docs/pull/239 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b986e6a..2d72212 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,6 @@ Want to see your application in Akashlytics? Create a pull request on the [awes - Akashlytics Deploy is currently in BETA. We strongly suggest you start with a new wallet and a small amount of AKT until we further stabilize the product. - We're not responsible for any loss or damages related to using the app. - The app has a high chance of containing bugs since it's in BETA, use at your own risk. +- [Only x86_64 processors are officially supported for Akash implementations.](https://docs.akash.network/guides/deploy/akashlytics-deploy-installation#cpu-support) But if the docker image is built [setting the target platform to linux/amd64](https://stackoverflow.com/a/69119815/8215759) it [is possible that it will work from others processors](https://github.com/ovrclk/docs/pull/239).