-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 arm64 support #2040
Comments
Thanks for opening this issue!
|
Docker images for other platforms presumably failed to build so they have been removed in 190258b. The error log is unavailable but if you want to open a PR that includes that architecture (or try to build it locally) you'd see the exact error - if it still exists - and we can look into how to go about it. |
Just to quickly chime in, you get a similar (but notably different) error message when running the dashboard on Macs with the M1 chip (ARM):
|
Any Plans on adding support for this growing platform? |
AWS Graviton (t4g) has error with parse dashboard docker image. standard_init_linux.go:228: exec user process caused: exec format error" This answer looks having same situation.
|
I've opened #2334 so we can see which archs fail. The issue seems to be related to puppeteer/puppeteer#7740. There are workarounds described which we could adopt until the issue is fixed, but from reading the thread it seems that any change in the puppeteer version would require a change in the fix. Maybe someone can investigate that more and we can merge a fix. |
New Issue Checklist
Issue Description
I am unable to run this on a 4 cores arm64 ubuntu server (pulled from dockerhub). It throws
exec format error
. I assume this is because there is no arm images available on dockerhub? Is there any chance, this could change?Steps to reproduce
Run the commands to start the app in a docker container being pulled from dockerhub:
docker run -d -p 4040:4040 parseplatform/parse-dashboard --dev --appId $APP_ID --masterKey $MASTER_KEY --serverURL $SERVER_URL
Actual Outcome
exec user process caused: exec format error
Expected Outcome
To run like it would on a normal x86-64 architecture cpu
Environment
ARM64 Ubuntu 20
4 cores
24GB RAM
30GB HDD
Dashboard
latest
tag on DockerHubChrome
98.0
Server
Not relevant
Database
MongoDB
4.0
local
Logs
standard_init_linux.go:228: exec user process caused: exec format error
The text was updated successfully, but these errors were encountered: