tools/build-rpms: increase size of instances

Mockbuilds are currently timing out after #4287, maybe due to memory
constraints.
This commit is contained in:
Sanne Raymaekers 2024-08-30 10:40:17 +02:00
parent d7e59e6eec
commit 30ea05dd43

View file

@ -15,11 +15,11 @@ import boto3
arch_info = {}
arch_info["x86_64"] = {
"ImageId": "ami-0f7c7d22de9e097ea",
"InstanceType": "c5.large"
"InstanceType": "m7a.large"
}
arch_info["aarch64"] = {
"ImageId": "ami-019ece25c0f135889",
"InstanceType": "c6g.large"
"InstanceType": "m7g.large"
}