How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-22.10-arm64"
config.vm.box_version = "202306.30.0"
end
vagrant init bento/ubuntu-22.10-arm64 \
--box-version 202306.30.0
vagrant up
This version was created about 1 year ago.
Deprecated for in favor of shorter name boxes(without -arm64) with new architecture flags. Ubuntu 22.10 arm64 Vagrant box version 202306.30.0 created with Bento by Chef. Built with: vmware-fusion: 13.0.2, packer: 1.9.1