-
Notifications
You must be signed in to change notification settings - Fork 662
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
Support cross-architecture instances #886
Comments
The online help and the documentation should describe if multipass is meant to support non-host architectures. |
This would be truly excellent! |
How far do we think we are from having this capability? |
If you are looking for a viable alternative for Mac M1, you can use https://github.com/lima-vm/lima for the time being. |
You should also have a look at https://github.com/abiosoft/colima for a Docker-Desktop-like experience. |
any news on this request ? |
@sgandon we have that in our plan and we will implement that at some point. |
Just adding to the chain to request this.. specifically support for x86_64 on an M1/M2 Mac. |
installed: 0.8.0-dev.273+g2a708f8 (935) 163MB classic
I was trying to debug an
i386
snap build failure just now, and wanted to launch a VM to fiddle around in.On my(Ignore that bit, it's semi-nonsense (it's relevant for containers) - any foreign arch should work if there's qemu support for it.) But multipass doesn't show me non-host-arch images:amd64
machine I can runi386
images (and somearm64
machines can runarmhf
similarly).and there's no
--arch
option hidden away inmultipass launch --help
either.Taking inspiration from LXD. I'm thinking that if I could do
multipass launch bionic/i386
, that'd be sweet.I'm going to be filing a similar request to snapcraft to allow something like
snapcraft --arch=i386
to work. I don't know how snapcraft invokes multipass (sorry), but ideally it'd be possible for snapcraft to request instances for other arches once this issue is solved too.The text was updated successfully, but these errors were encountered: