-
Notifications
You must be signed in to change notification settings - Fork 141
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
debos does not support ARM64 architecture #386
Comments
If there could be a way to compile debos without fakemachine support, that would resolve my issue. Right now I can't compile it to even be able to use the --disable-fakemachine flag. |
I would also like to install debos within debian. Also using a VM running on a Mac M1 machine. If I try to build debos in this environment I get Any suggestions to fix or workaround the problem? |
fakemachine version 0.0.5 supports running on arm64 ;-) Can you give it a try by manually installing from source ? |
How can I test it on an aarch64 system? |
We need to build a docker image for aarch64, or you can build debos from source following the instructions in readme |
Just FYI, we (Cherry Embedded Solutions) use debos running on arm64 for over a year now. It works fine with |
debos does not support ARM64 architecture
This is due to fakemachine not supporting ARM64.
Related to #363 .
My use case is that I am using debos to build an image for an embedded processor (arm64) on a host machine that is also arm64 (Linux within a M1 mac VM)
In my case, I am installing debos within debian--slightly different from the other issue.
The text was updated successfully, but these errors were encountered: