-
Notifications
You must be signed in to change notification settings - Fork 564
add Docker image support for arm64 chips (Barrie's MacBook Air can test) #1110
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
Comments
Unassigned @ilgooz because even though this is something we should take care of, it's not a high priority, especially before v0.16. |
For feature note: This requires to add arm64 version of embedded |
Closed
Working on this again in #1187 In fact it now builds on my Mac but I'm failing the various tests that we have in Actions. |
Any news on this? This is still not working :/ |
solved by #2247 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
per docker/for-mac#5123 (comment)
symptom
`➜ starport git:(install-v0.16-docs) docker run -ti -v $HOME/sdh:/home/tendermint -v $PWD:/apps starport/cli:develop app github.com/hello/planet
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
⭐️ Successfully created a new blockchain 'planet'.
👉 Get started with the following commands:
% cd planet
% starport serve
Documentation: https://docs.starport.network
➜ starport git:(install-v0.16-docs) ✗ docker run -ti -v $HOME/sdh:/home/tendermint -v $PWD:/apps -p 1317:1317 -p 26657:26657 starport/cli:develop serve -p planet
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
qemu: uncaught target signal 11 (Segmentation fault) - core dumped`
The text was updated successfully, but these errors were encountered: