mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: replicate Azure images to Southeast Asia (#2099)
This commit is contained in:
parent
e536ff6df1
commit
e4a6d4b4fa
@ -663,6 +663,10 @@ var targetRegions = []*armcomputev4.TargetRegion{
|
||||
Name: toPtr("westus"),
|
||||
RegionalReplicaCount: toPtr[int32](1),
|
||||
},
|
||||
{
|
||||
Name: toPtr("southeastasia"),
|
||||
RegionalReplicaCount: toPtr[int32](1),
|
||||
},
|
||||
}
|
||||
|
||||
//go:generate stringer -type=DiskType -trimprefix=DiskType
|
||||
|
Loading…
Reference in New Issue
Block a user