Emulation #15
-
Is it also possible to do an emulation with vagrant_utm so i can run x86 on a mac Mx processor |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Looks like this was just asked here already... Closing my issue re this topic and following this thread |
Beta Was this translation helpful? Give feedback.
-
Yes , I believe it should be possible to use x86 VMs with the plugin. The provider is just a heavily automated interface to UTM. |
Beta Was this translation helpful? Give feedback.
-
Let me build and publish an example x86 box to show we can use them with the plugin. |
Beta Was this translation helpful? Give feedback.
-
Just built and published bookworm (amd64) Try Vagrant.configure("2") do |config|
config.vm.box = "utm/bookworm"
config.vm.box_architecture = "amd64"
end vagrant up Let me know how it works. |
Beta Was this translation helpful? Give feedback.
Just built and published bookworm (amd64)
Try
Let me know how it works.