Skip to content

Commit 323fbd4

Browse files
committed
test: test github architecture runners
1 parent ffb9a73 commit 323fbd4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ci/slab.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ subnet_id = "subnet-0e042c7621461f754"
88
# Handling backends
99
[backend.aws.cpu]
1010
region = "eu-west-3"
11-
image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
12-
instance_type = "t3.xlarge"
11+
#image_id = "ami-05e8e219ac7e82eba" # ubuntu 22.04
12+
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"
1316
#instance_type = "t345.xlarge" # Non existing instance type
1417

1518
[backend.aws.cpu_fallback]

0 commit comments

Comments
 (0)