We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61b7af commit fc0902dCopy full SHA for fc0902d
1 file changed
builtin/providers/google/image.go
@@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) {
24
"opensuse": "opensuse-cloud",
25
"rhel": "rhel-cloud",
26
"sles": "suse-cloud",
27
+ "ubuntu": "ubuntu-os-cloud",
28
}
29
30
// If we match a lookup for an alternate project, then try that next.
0 commit comments