Skip to content

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

@rezaatthalesgroup

Description

@rezaatthalesgroup

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions