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
|
||||
2
minimalBox/ubuntu-arm64-box/Vagrantfile
vendored
Normal file
2
minimalBox/ubuntu-arm64-box/Vagrantfile
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
end
|
||||
4
minimalBox/ubuntu-arm64-box/metadata.json
Normal file
4
minimalBox/ubuntu-arm64-box/metadata.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"provider": "utm",
|
||||
"version": "1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user