-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Error related to Rosetta on Macbook M1 Pro in Docker #99
Comments
I don’t think that we provide Linux arm binary. OCaml has very hard relationships with cross compilation 😔 In your case I would try to:
|
Thank you for your answer, I will try your options and give you an answer later |
Good afternoon, I found a solution and that's what helped me to launch your application
It may be worth specifying this information somewhere, but this is at your discretion |
Good afternoon, I use your tool as part of lost-pixel, but there is a nuance - this is the use of Docker, I use an ARM64 Playwright image into which I copy the project to run lost-pixel
Screenshots are taken stably and do not cause errors, and when diff is launched, the error rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2 appears
I most likely understand why this happens after studying postinstall.js, since diff defines the target system as linux
For information, the AMD64 image does not have this problem, but it runs slower, just by running the odiff --help command in the Docker container I get the same error
Maybe you will have ideas on how to fix this?
The text was updated successfully, but these errors were encountered: