Can Vagrant run an ARM64 VM on an x86_64 Linux host?

I have an x86_64 host machine running Linux. I want to run an ARM64 virtual machine. Is this possible with Vagrant?

Hi,

I thing that this depends on virtual backend you are using

Virtualbox … I do not kwow if it is capable to provide this feature, I guess and I would say no.
If you have libvirt … this is possible with qemu, but I am not sure how much customization vagrant provides for creating VMs with libvirt

Can anyone more senior with vagrant confirm this?