mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
chore: disable azure upload
Disable upload, as credentials are broken. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
2355218e4a
commit
ab6cb3dfa3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user