chore: disable azure upload

Disable upload, as credentials are broken.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2025-03-05 14:49:02 +04:00
parent 2355218e4a
commit ab6cb3dfa3
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -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.