We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2355218 commit ab6cb3dCopy full SHA for ab6cb3d
hack/cloud-image-uploader/options.go
@@ -30,7 +30,7 @@ type Options struct {
30
var DefaultOptions = Options{
31
ArtifactsPath: "_out/",
32
Architectures: []string{"amd64", "arm64"},
33
- TargetClouds: []string{"aws", "azure"},
+ TargetClouds: []string{"aws"},
34
}
35
36
// AWSImage returns path to AWS pre-built image.
0 commit comments