minimal box adding

This commit is contained in:
Martin Cholewa
2026-01-23 10:13:30 +01:00
parent 3ec68c88ce
commit df7a69fc7b
3 changed files with 15 additions and 0 deletions

View 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

View File

@@ -0,0 +1,2 @@
Vagrant.configure("2") do |config|
end

View File

@@ -0,0 +1,4 @@
{
"provider": "utm",
"version": "1.0"
}