From f90082001bd9522ceccbf9a3cb36e84a0c505f5d Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Tue, 2 Jan 2024 09:39:03 +0000 Subject: [PATCH] use the bento box for parallels arm64 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d408b8908..ea506a906 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -447,7 +447,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # this seems to be the most reliable way to detect whether or not we're # running under ARM64. if Etc.uname[:version].include? 'ARM64' - override.vm.box = 'mpasternak/focal64-arm' + override.vm.box = 'bento/ubuntu-20.04-arm64' end end