-
Notifications
You must be signed in to change notification settings - Fork 233
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
Arm64 #36
Comments
I'm able to replicate the problem:
with this error message instead of yours
|
And the reason for this is that the multiarch/qemu-user-static:register image is amd64 only:
|
Currently "multiarch/qemu-user-static" does not support aarch64 as a host architecture. |
We created the unified ticket for this unsupported non-x86_64 host architecture here #77 . You can subscribe the ticket. But you can reopen this ticket, if you need it. |
Hi,
I am trying run qemu-user-static:register on arm based machine (aarch64) and I am getting the below error please take a look
root@arm-ucpe-test:
# uname -a16.04.1-Ubuntu SMP Tue Oct 10 16:33:57 UTC 2017 aarch64 aarch64 aarch64 GNU/LinuxLinux arm-ucpe-test 4.10.0-38-generic #42
root@arm-ucpe-test:~# docker run --rm --privileged multiarch/qemu-user-static:register
standard_init_linux.go:178: exec user process caused "no such file or directory"
So is this tested on aarch64?
Please let me know if you need more information.
Thanks,
Anand
The text was updated successfully, but these errors were encountered: