Skip to content

Commit 8b4aa5b

Browse files
committed
chore: adds ap-southeast-2 as a region
1 parent f7f8d92 commit 8b4aa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const regions: { region: string; archs: Arch[] }[] = [
1818
{ region: "sa-east-1", archs: [] },
1919
{ region: "ca-central-1", archs: [] },
2020
{ region: "ap-southeast-1", archs: ["x86_64", "arm64"] },
21-
{ region: "ap-southeast-2", archs: [] },
21+
{ region: "ap-southeast-2", archs: ["x86_64", "arm64"] },
2222
{ region: "eu-central-1", archs: ["x86_64", "arm64"] },
2323
{ region: "us-east-1", archs: ["x86_64", "arm64"] },
2424
{ region: "us-east-2", archs: ["x86_64", "arm64"] },

0 commit comments

Comments
 (0)