Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the setting for 'x86_build' and maybe 'uefi_build' on the 'windows-build-bios.wf.json' #2209

Open
rezaatthalesgroup opened this issue Jul 11, 2023 · 0 comments

Comments

@rezaatthalesgroup
Copy link

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:

    "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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant