-
Notifications
You must be signed in to change notification settings - Fork 384
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
arm servers support #77
Comments
Soultion Install QEMU: QEMU allows you to emulate one CPU architecture on another, such as x86 on ARM. Install the necessary packages to support QEMU emulation in Docker: $ sudo apt-get install qemu qemu-user-static install the support: $ docker run --rm --privileged tonistiigi/binfmt --install all |
As a data point, we (in theory) support ARM64. Well, we went through the process of getting it working for developers using Apple Silicon mac's somewhat recently. I'm not if sure the "ARM" you're talking about is ARM64 or not though. ? |
OCI running Ampere ARM CPU - https://amperecomputing.com/ I've managed to install it after adding the QEMU support, But when I try to access to website on port 5000 - it's hangs meanwhile i'm running on AMD and it's working OK. (SAME OS) |
Yes, we do support ARM64 architecture, but currently only in 'preview' tags. |
Where should I add the tags? |
Here are the installation instructions for each method:
|
i'm try to install on ubuntu 22.04 on OCI arm cpu. but it fails to tun docker compose with the error:
I've tested the on ubuntu 22.04 on OCI AMD cpu and i do get the url for the website
can someone advise?
The text was updated successfully, but these errors were encountered: