From 9cac1cb812675402712caa0ed1921eb953ca529d Mon Sep 17 00:00:00 2001 From: Nicolas Sturm Date: Mon, 18 Jul 2022 04:03:43 -0300 Subject: [PATCH] Add note for CPU support in docs - Apple Sillicon compatibility --- guides/cli/detailed-steps/part-7.-create-your-deployment.md | 2 ++ guides/deploy/akashlytics-deploy-installation.md | 2 ++ .../step-1-prerequisites-of-an-akash-provider.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/guides/cli/detailed-steps/part-7.-create-your-deployment.md b/guides/cli/detailed-steps/part-7.-create-your-deployment.md index 808ab150..57d85110 100644 --- a/guides/cli/detailed-steps/part-7.-create-your-deployment.md +++ b/guides/cli/detailed-steps/part-7.-create-your-deployment.md @@ -4,6 +4,8 @@ Only x86\_64 processors are officially supported for Akash deployments. This may change in the future and when ARM processors are supported it will be announced and documented. +You can try building your docker image by [specifying the target platform as linux/amd64](https://stackoverflow.com/a/69119815/8215759) if you are on a mac with Apple Sillicon. + ## Akash Deployment To deploy on Akash, run: diff --git a/guides/deploy/akashlytics-deploy-installation.md b/guides/deploy/akashlytics-deploy-installation.md index 48c05412..ccf2200f 100644 --- a/guides/deploy/akashlytics-deploy-installation.md +++ b/guides/deploy/akashlytics-deploy-installation.md @@ -10,6 +10,8 @@ Follow our [Keplr Wallet](../../token/keplr.md) guide to create your first walle Only x86\_64 processors are officially supported for Akash deployments. This may change in the future and when ARM processors are supported it will be announced and documented. +You can try building your docker image by [specifying the target platform as linux/amd64](https://stackoverflow.com/a/69119815/8215759) if you are on a mac with Apple Sillicon. + ## **Akashlytics Deploy Installation** ### **Software Access and Download Instructions** diff --git a/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md b/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md index 1c86e382..fdb0e021 100644 --- a/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md +++ b/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md @@ -24,6 +24,8 @@ We have recently released documentation guiding thru the process of building a [ Only x86\_64 processors are officially supported by Akash for provider Kubernetes nodes at this time. This may change in the future and when ARM processors are supported it will be announced and documented. +You can try building your docker image by [specifying the target platform as linux/amd64](https://stackoverflow.com/a/69119815/8215759) if you are on a mac with Apple Sillicon. + ## Custom Kubernetes Cluster Settings Akash Providers are deployed in many environments and we will make additions to these sections as when nuances are discovered.