You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build windows 10 32bit image, but I am facing multiple issues.
Among them, there is one which seems obvious to me.
My understanding is that to build windows 10 x86 image, the following setting in https://github.com/GoogleCloudPlatform/compute-image-tools/blob/master/daisy_workflows/image_build/windows/windows-build-bios.wf.json shall change from:
"uefi_build": {
"Value": "true",
"Description": "Is this a UEFI build"
},
"x86_build": {
"Value": "false",
"Description": "A build of a Windows 32-bit OS"
},
to
"uefi_build": {
"Value": "false",
"Description": "Is this a UEFI build"
},
"x86_build": {
"Value": "true",
"Description": "A build of a Windows 32-bit OS"
},
Please verify and let me know if this can be fixed.
Thanks
Reza
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build windows 10 32bit image, but I am facing multiple issues.
Among them, there is one which seems obvious to me.
My understanding is that to build windows 10 x86 image, the following setting in
https://github.com/GoogleCloudPlatform/compute-image-tools/blob/master/daisy_workflows/image_build/windows/windows-build-bios.wf.json
shall change from:to
Please verify and let me know if this can be fixed.
Thanks
Reza
The text was updated successfully, but these errors were encountered: