builder: templates: Specify --arch explicitly, even on x86_64.

This commit is contained in:
Richard W.M. Jones
2018-09-11 16:44:14 +01:00
parent cc01166a24
commit e6895bd9d2

View File

@@ -799,7 +799,7 @@ and make_virt_install_command os arch ks tmpname tmpout tmpefivars
(match arch with
| X86_64 ->
(* XXX This assumes the host is always x86_64. *)
add "--arch=x86_64";
add "--cpu=host";
add "--vcpus=4"
| PPC64 ->