mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
image: replicate nvidia Azure images in eastus2 (#3027)
Co-authored-by: derpsteb <ob@edgeless.systems>
This commit is contained in:
parent
6c24963570
commit
65ed286c7d
@ -255,7 +255,7 @@ func azureReplicationRegions(attestationVariant string) []string {
|
||||
case "azure-tdx":
|
||||
return []string{"northeurope", "westeurope", "centralus", "eastus2"}
|
||||
case "azure-sev-snp":
|
||||
return []string{"northeurope", "westeurope", "germanywestcentral", "eastus", "westus", "southeastasia"}
|
||||
return []string{"northeurope", "westeurope", "germanywestcentral", "eastus", "eastus2", "westus", "southeastasia"}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user