How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gyptazy/ubuntu22.04-arm64"
end
vagrant init gyptazy/ubuntu22.04-arm64
vagrant up
This version was created about 2 months ago.
Switching to passwordless-sudo
This version was created 2 months ago.
Initial release