Skip to content

Commit

Permalink
Merge pull request #2695 from Varying-Vagrant-Vagrants/modify/bento-a…
Browse files Browse the repository at this point in the history
…rm64

Use the bento box for parallels arm64
  • Loading branch information
tomjn committed Mar 3, 2024
2 parents c97ff58 + 89f48bc commit c425018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ permalink: /docs/en-US/changelog/
* Better PHP Debug mod switching outputs and checks ( #2702 )
* PHP Info and Xdebug info pages now state their versions ( #2702 )

### Maintenance

* Switch the Parallels Arm64 box from `mpasternak/focal64-arm` to `bento/ubuntu-22.04-arm64` to match x86 boxes ( #2695 )

### Bug Fixes

* The host file inside the VM was only adding sites with `127.0.0.1` addresses, now it adds the IPVv6 `::1` too ( #2689 )
Expand Down
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 c425018

Please sign in to comment.