Relation between Builder and output

Hello,

I have a question, I would like to know if we can use a builder to create a box image in order to deploy it in other platform?

For example I use KVM for the builder, I create a box file and I will use vagrant in order to deploy this box on a vmware or virtualbox?

Thank you,

Regards,

This should work just fine – just use the qemu builder (https://www.packer.io/docs/builders/qemu) and the vagrant post-processor (https://www.packer.io/docs/builders/vagrant)