minimal box adding
This commit is contained in:
9
minimalBox/Vagrantfile.arm
Normal file
9
minimalBox/Vagrantfile.arm
Normal file
@@ -0,0 +1,9 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "ubuntu-arm64-local"
|
||||
|
||||
# UTM provider configuration
|
||||
config.vm.provider "utm" do |utm|
|
||||
utm.memory = 2048 # 2GB RAM
|
||||
utm.cpus = 2 # 2 CPU cores
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user