How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "shk/ubuntu-22.04-arm64"
end
vagrant init shk/ubuntu-22.04-arm64
vagrant up
This version was created 7 months ago.
Ubuntu 22.04 arm64 for parallels
This version was created about 1 year ago.
You need to add following in Vagrantfile to make it work
config.vm.provider 'vmware_fusion' do |p|
p.linked_clone = false
end
This version was created about 1 year ago.
You need to add following in Vagrantfile to make it work
config.vm.provider 'vmware_fusion' do |p|
p.linked_clone = false
end