Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f900820

Browse files
authored
use the bento box for parallels arm64
1 parent 92263f5 commit f900820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
447447
# this seems to be the most reliable way to detect whether or not we're
448448
# running under ARM64.
449449
if Etc.uname[:version].include? 'ARM64'
450-
override.vm.box = 'mpasternak/focal64-arm'
450+
override.vm.box = 'bento/ubuntu-20.04-arm64'
451451
end
452452
end
453453

0 commit comments

Comments
 (0)