Skip to content

Commit ab6cb3d

Browse files
committed
chore: disable azure upload
Disable upload, as credentials are broken. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 2355218 commit ab6cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cloud-image-uploader/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Options struct {
3030
var DefaultOptions = Options{
3131
ArtifactsPath: "_out/",
3232
Architectures: []string{"amd64", "arm64"},
33-
TargetClouds: []string{"aws", "azure"},
33+
TargetClouds: []string{"aws"},
3434
}
3535

3636
// AWSImage returns path to AWS pre-built image.

0 commit comments

Comments
 (0)