X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc75e5626ec59523707b842022ecf0bdc159cf06..689bcbd6ea1bb83f815075f1f4cc53b8dc1f6393:/Vagrantfile?ds=sidebyside diff --git a/Vagrantfile b/Vagrantfile index 03cd0629..99aa8449 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -52,10 +52,6 @@ Vagrant.configure("2") do |config| config.vm.define "ubuntu22", primary: true do |sub| sub.vm.box = "generic/ubuntu2204" - if RUBY_PLATFORM.include?('darwin') && RUBY_PLATFORM.include?('arm64') - # Apple M processor - sub.vm.box = 'luminositylabsllc/ubuntu-22.04-arm64' - end sub.vm.provision :shell do |s| s.path = "vagrant/Install-on-Ubuntu-22.sh" s.privileged = false @@ -83,6 +79,10 @@ Vagrant.configure("2") do |config| config.vm.define "ubuntu24" do |sub| sub.vm.box = "bento/ubuntu-24.04" + if RUBY_PLATFORM.include?('darwin') && RUBY_PLATFORM.include?('arm64') + # Apple M processor + sub.vm.box = 'gutehall/ubuntu24-04' + end sub.vm.provision :shell do |s| s.path = "vagrant/Install-on-Ubuntu-24.sh" s.privileged = false