Skip to content

Commit

Permalink
ci: add eastus2 region in azure nightly build
Browse files Browse the repository at this point in the history
Extend regions list to be able to use podvm in eastus2 region

Signed-off-by: Krzysztof Sandowicz <krzysztof.sandowicz@intel.com>
  • Loading branch information
ksandowi authored and mkulke committed Oct 14, 2024
1 parent d3ad603 commit 7a78425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
provider = "azure"
[variant.default.azure]
replicationRegions = ["eastus","westeurope","northeurope"]
replicationRegions = ["eastus","eastus2","westeurope","northeurope"]
EOF
uplosi upload build/system.raw
Expand Down

0 comments on commit 7a78425

Please sign in to comment.