From 38f75784d1dea524521343d249dbff06a08b859f Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 28 Sep 2023 16:59:29 -0700 Subject: [PATCH] Update supported arch values 386 -> i386 --- website/content/docs/vagrantfile/machine_settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/vagrantfile/machine_settings.mdx b/website/content/docs/vagrantfile/machine_settings.mdx index 62e312b1f..430979806 100644 --- a/website/content/docs/vagrantfile/machine_settings.mdx +++ b/website/content/docs/vagrantfile/machine_settings.mdx @@ -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.