File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ publish-parallel:
1212# This command is designed for parallel execution of layer publishing.
1313# When we do `make publish -j7`, make will execute each command defined
1414# here in parallel.
15- parallel-publish : america-1 america-2 europe-1 europe-2 asia-1 asia-2 miscellaneous
15+ parallel-publish : america-1 america-2 europe-1 europe-2 asia-1 asia-2 asia-southeast-1 miscellaneous
1616
1717america-1 :
1818 REGION=us-east-1 ./publish.sh # US East (N. Virginia)
@@ -38,14 +38,18 @@ europe-2:
3838asia-1 :
3939 REGION=ap-east-1 ./publish.sh # Asia Pacific (Hong Kong)
4040 REGION=ap-south-1 ./publish.sh # Asia Pacific (Mumbai)
41- REGION=ap-southeast-1 ./publish.sh # Asia Pacific (Singapore)
4241
4342asia-2 :
4443 REGION=ap-northeast-1 ./publish.sh # Asia Pacific (Tokyo)
4544 REGION=ap-northeast-3 ./publish.sh # Asia Pacific (Osaka)
4645 REGION=ap-northeast-2 ./publish.sh # Asia Pacific (Seoul)
4746
47+ asia-southeast-1 :
48+ REGION=ap-southeast-1 ./publish.sh # Asia Pacific (Singapore)
49+ REGION=ap-southeast-2 ./publish.sh # Asia Pacific (Sydney)
50+ REGION=ap-southeast-3 ./publish.sh # Asia Pacific (Jakarta)
51+
4852miscellaneous :
4953 REGION=af-south-1 ./publish.sh # Africa (Cape Town)
5054 REGION=me-south-1 ./publish.sh # Middle East (Bahrain)
51- REGION=ap-southeast-2 ./publish.sh # Asia Pacific (Sydney )
55+ REGION=me-central-1 ./publish.sh # Middle East (UAE )
You can’t perform that action at this time.
0 commit comments