mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
When a request to check an outdated box (or update a box), add explicit architecture compatibility check in addition to ensuring the version is newer than before. The architecture compatibility checks allow boxes that were marked as an "unknown" architecture to see new "unknown" architectures as viable update options, if an architecture specific provider is not available. In the scenario that the existing version/provider has an explicit architecture defined, a new version/provider with an "unknown" architecture is not considered compatible. This architecture check can be bypassed by explicitly setting `config.vm.box_architecture = nil` in the Vagrantfile. |
||
|---|---|---|
| .. | ||
| acceptance | ||
| config | ||
| support | ||
| unit | ||
| vagrant-spec | ||