hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.22k stars 4.43k forks source link

Update CPU mapping values #13278

Closed chrisroberts closed 11 months ago

chrisroberts commented 11 months ago

Specifically for Windows hosts, the target CPU string will report as x64, not x86_64. Include the value in the mapping to get the properly value.

Fixes #13274