Use x86_64 for IOSV because the i386 fail on some user computer

This commit is contained in:
Julien Duponchelle 2017-03-15 09:58:24 +01:00
parent 55232a8723
commit 10c3a39c99
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"adapter_type": "e1000",
"adapters": 4,
"ram": 512,
"arch": "i386",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},

View File

@ -17,7 +17,7 @@
"adapter_type": "e1000",
"adapters": 16,
"ram": 768,
"arch": "i386",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},