How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bytesguy/ubuntu-server-20.04-arm64"
  config.vm.box_version = "1.0.0"
end
vagrant init bytesguy/ubuntu-server-20.04-arm64 \
  --box-version 1.0.0
vagrant up

This version was created over 2 years ago.

Ubuntu Server 20.04 (Focal Fossa) ARM64 Base Box https://github.com/BytesGuy/arm-base-boxes

2 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (902 MB)
  • vmware_fusion
    unknown Hosted by Vagrant Cloud (1000 MB)