From ab6cb3dfa34a6a030a899cc0180b862c40c6fcb5 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 5 Mar 2025 14:49:02 +0400 Subject: [PATCH] chore: disable azure upload Disable upload, as credentials are broken. Signed-off-by: Andrey Smirnov --- hack/cloud-image-uploader/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cloud-image-uploader/options.go b/hack/cloud-image-uploader/options.go index d86856724..8d4594f7e 100644 --- a/hack/cloud-image-uploader/options.go +++ b/hack/cloud-image-uploader/options.go @@ -30,7 +30,7 @@ type Options struct { var DefaultOptions = Options{ ArtifactsPath: "_out/", Architectures: []string{"amd64", "arm64"}, - TargetClouds: []string{"aws", "azure"}, + TargetClouds: []string{"aws"}, } // AWSImage returns path to AWS pre-built image.