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:
12
12
# This command is designed for parallel execution of layer publishing.
13
13
# When we do `make publish -j7`, make will execute each command defined
14
14
# 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
16
16
17
17
america-1 :
18
18
REGION=us-east-1 ./publish.sh # US East (N. Virginia)
@@ -38,14 +38,18 @@ europe-2:
38
38
asia-1 :
39
39
REGION=ap-east-1 ./publish.sh # Asia Pacific (Hong Kong)
40
40
REGION=ap-south-1 ./publish.sh # Asia Pacific (Mumbai)
41
- REGION=ap-southeast-1 ./publish.sh # Asia Pacific (Singapore)
42
41
43
42
asia-2 :
44
43
REGION=ap-northeast-1 ./publish.sh # Asia Pacific (Tokyo)
45
44
REGION=ap-northeast-3 ./publish.sh # Asia Pacific (Osaka)
46
45
REGION=ap-northeast-2 ./publish.sh # Asia Pacific (Seoul)
47
46
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
+
48
52
miscellaneous :
49
53
REGION=af-south-1 ./publish.sh # Africa (Cape Town)
50
54
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