We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f8d92 commit 8b4aa5bCopy full SHA for 8b4aa5b
scripts/publish.ts
@@ -18,7 +18,7 @@ const regions: { region: string; archs: Arch[] }[] = [
18
{ region: "sa-east-1", archs: [] },
19
{ region: "ca-central-1", archs: [] },
20
{ region: "ap-southeast-1", archs: ["x86_64", "arm64"] },
21
- { region: "ap-southeast-2", archs: [] },
+ { region: "ap-southeast-2", archs: ["x86_64", "arm64"] },
22
{ region: "eu-central-1", archs: ["x86_64", "arm64"] },
23
{ region: "us-east-1", archs: ["x86_64", "arm64"] },
24
{ region: "us-east-2", archs: ["x86_64", "arm64"] },
0 commit comments