Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for CPU support in docs - Apple Sillicon compatibility #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sturmenta
Copy link

@sturmenta sturmenta commented Jul 18, 2022

In the documentation it is clearly stated that only x86_64 processors are supported for Akash deployments

But

From a mac with m1 processor I was able to run my deploys to akash network indicating at the moment of building the docker image that the target platform is linux/amd64.


without specifying that the target platform is linux/amd64 my images did not work

Screen Shot 2022-07-18 at 04 08 28

after specifying this my docker images work on akash network

Screen Shot 2022-07-18 at 04 08 44

sturmenta added a commit to sturmenta/akashlytics-deploy that referenced this pull request Jul 18, 2022
baktun14 pushed a commit to maxmaxlabs/cloudmos-deploy that referenced this pull request Jul 18, 2022
Developer-piyush pushed a commit to Developer-piyush/docs that referenced this pull request Aug 9, 2022
Copy link
Contributor

@andy108369 andy108369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be also better and more straightforward to provide docker build --platform linux/arm64 . command directly instead of a reference link to the stackoverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants