Update supported arch values 386 -> i386

This commit is contained in:
Chris Roberts 2023-09-28 16:59:29 -07:00
parent 3d1fc711a3
commit 38f75784d1

View File

@ -43,7 +43,7 @@ the name of the synced folder plugin.
[HashiCorp's Vagrant Cloud](/vagrant/vagrant-cloud).
- `config.vm.box_architecture` (string) - The architecture of the box to be used.
Supported architecture values: "386", "amd64", "arm", "arm64", "ppc64le", "ppc64",
Supported architecture values: "i386", "amd64", "arm", "arm64", "ppc64le", "ppc64",
"mips64le", "mips64", "mipsle", "mips", and "s390x". The special value `:auto` will
detect the host architecture and fetch the appropriate box, if available. When the
value is set to `nil`, it will fetch the box flagged as the default architecture.