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
The error is coming from the output of Expand-WindowsImage, which is it's way of saying the provided Name or Index didn't match what it found on the ISO.
So as @rezaatthalesgroup is spot on that your edition string is likely incorrect.
I'm following the steps here: https://cloud.google.com/compute/docs/images/creating-custom-windows-byol-images#building
and my cloud build steps are failing because I'm not passing in $edition.
But it's able to print it out in the line before: https://github.com/GoogleCloudPlatform/compute-image-tools/blob/master/daisy_workflows/image_build/windows/bootstrap_install.ps1#L203
Here is here my cloud build fails
The text was updated successfully, but these errors were encountered: