How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "uwbbi/bionic-arm64"
end
vagrant init uwbbi/bionic-arm64
vagrant up
This version was created over 2 years ago.
Fixed ethernet device type causing boot hangs
This version was created over 2 years ago.
Initial release