Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f5b21

Browse files
committed
fix: aws af-south-1 is x86, not arm
1 parent a17b2b7 commit c5f5b21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

amazon-arm.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"aws_access_key": "",
44
"aws_secret_key": "",
55
"region": "ap-northeast-1",
6-
"ami_regions": "eu-central-1,eu-west-1,eu-west-2,ap-south-1,ap-southeast-1,ap-southeast-2,us-west-1,us-east-1,ca-central-1,sa-east-1,af-south-1",
6+
"ami_regions": "eu-central-1,eu-west-1,eu-west-2,ap-south-1,ap-southeast-1,ap-southeast-2,us-west-1,us-east-1,ca-central-1,sa-east-1",
77
"ami": "ami-03345e027f391e3dc",
8-
"ami_name": "supabase-postgres-arm-0.14.2",
8+
"ami_name": "supabase-postgres-0.14.2",
99
"environment": "prod",
1010
"ansible_arguments": "--skip-tags,update-only -v"
1111
},

amazon.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"variables": {
33
"aws_access_key": "",
44
"aws_secret_key": "",
5-
"region": "ap-southeast-1",
6-
"ami_regions": "",
7-
"ami": "ami-0f7719e8b7ba25c61",
8-
"ami_name": "supabase-postgres-0.14.1",
5+
"region": "af-south-1",
6+
"ami_regions": "af-south-1",
7+
"ami": "ami-07d30d5bf2d29a582",
8+
"ami_name": "supabase-postgres-0.14.2",
99
"environment": "prod",
1010
"ansible_arguments": "--skip-tags,update-only"
1111
},

0 commit comments

Comments
 (0)