image: replicate nvidia Azure images in eastus2 (#3027)

Co-authored-by: derpsteb <ob@edgeless.systems>
This commit is contained in:
Malte Poll 2024-07-11 11:09:15 +02:00 committed by GitHub
parent 6c24963570
commit 65ed286c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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