How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mpasternak/focal64-arm"
config.vm.box_version = "202110.0.0"
end
vagrant init mpasternak/focal64-arm \
--box-version 202110.0.0
vagrant up
This version was created almost 3 years ago.
Based on Ubuntu Server for ARM64, version 20.04.3.
Paralells Tools installed. Networking works. Perhaps this box could be used for development on M1 since this version.