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

Commit c425018

Browse files
authored
Merge pull request Varying-Vagrant-Vagrants#2695 from Varying-Vagrant-Vagrants/modify/bento-arm64
Use the bento box for parallels arm64
2 parents c97ff58 + 89f48bc commit c425018

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ permalink: /docs/en-US/changelog/
2020
* Better PHP Debug mod switching outputs and checks ( #2702 )
2121
* PHP Info and Xdebug info pages now state their versions ( #2702 )
2222

23+
### Maintenance
24+
25+
* Switch the Parallels Arm64 box from `mpasternak/focal64-arm` to `bento/ubuntu-22.04-arm64` to match x86 boxes ( #2695 )
26+
2327
### Bug Fixes
2428

2529
* The host file inside the VM was only adding sites with `127.0.0.1` addresses, now it adds the IPVv6 `::1` too ( #2689 )

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)