Skip to content

Commit

Permalink
use the bento box for parallels arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Jan 2, 2024
1 parent 92263f5 commit f900820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f900820

Please sign in to comment.