Skip to content

Commit

Permalink
image: replicate nvidia Azure images in eastus2 (#3027)
Browse files Browse the repository at this point in the history
Co-authored-by: derpsteb <[email protected]>
  • Loading branch information
malt3 and derpsteb authored Jul 11, 2024
1 parent 6c24963 commit 65ed286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/osimage/uplosi/uplosiupload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 65ed286

Please sign in to comment.