Currently there are two boxes available in Vagrantfile-ubuntu:
| Box | Providers |
|---|---|
| generic/ubuntu2204 (amd64) | virtualbox, parallels |
| jharoian3/ubuntu-22.04-arm64 | parallels |
It is recommended to use them through the respective Makefile rules as they are or overriding the ARCH environment variable if your architecture and provider allow such virtualization. E.g.: make vagrant-up ARCH=amd64.
Install them as per your flavour.
- Vagrant
- VirtualBox
- Vagrant
brew install vagrant- Parallels
brew install --cask parallels
vagrant plugin install vagrant-parallelsFor further information check: