How to use this box with Vagrant:

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

This version was created about 1 year ago.

Basic bare installation of the Ubuntu Focal (20.4) ARM64 built using nightly build of the OS (not official released version). The following configuration is required to be set for this box to work(except the commented ones that are optional). config.vm.provider "vmware_desktop" do |v| v.vmx["ethernet0.virtualdev"] = "vmxnet3" v.gui = true # the following is optional # v.linked_clone = false # v.vmx["memsize"] = "4096" # v.vmx["numvcpus"] = "2" end

1 provider for this version.
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (7.35 GB)