How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhgorse/ubuntu-18.04-arm64-pvm"
config.vm.box_version = "1.0.0.pre"
end
vagrant init jhgorse/ubuntu-18.04-arm64-pvm \
--box-version 1.0.0.pre
vagrant up