We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb9a73 commit 323fbd4Copy full SHA for 323fbd4
1 file changed
ci/slab.toml
@@ -8,8 +8,11 @@ subnet_id = "subnet-0e042c7621461f754"
8
# Handling backends
9
[backend.aws.cpu]
10
region = "eu-west-3"
11
-image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
12
-instance_type = "t3.xlarge"
+#image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
+image_id = "ami-00232bbfe70330a10" # ubuntu 22.04 ARM64
13
+#instance_type = "t3.xlarge"
14
+instance_type = "t4g.medium" # ARM machine
15
+gh_runner_arch = "arm64"
16
#instance_type = "t345.xlarge" # Non existing instance type
17
18
[backend.aws.cpu_fallback]
0 commit comments