Adds built-in support to automate host architecture detection and setting of arm64 specific boxes for Apple Silicon.
Previously the vagrant_box config setting would have to be manually overwritten. Now Vagrant will detect the OS architecture of the host and append-arm64 (by convention) when three conditions apply:
Adds built-in support to automate host architecture detection and setting of arm64 specific boxes for Apple Silicon.
Previously the
vagrant_box
config setting would have to be manually overwritten. Now Vagrant will detect the OS architecture of the host and append-arm64
(by convention) when three conditions apply:vagrant_box_auto_arch
is enabled (default: true)vagrant_box
does not already end up with-arm64