Skip to content

Commit

Permalink
Increase VM size again
Browse files Browse the repository at this point in the history
The new single threaded building scheme requires way more build resources than before, builds keep getting OOM killed
  • Loading branch information
ubergeek77 authored Nov 15, 2024
1 parent 5dc2e59 commit 50afaa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
docker-target: "linux/amd64"
target-short: "amd64"
ec2-ami: "ami-036841078a4b68e14"
ec2-instance-type: "c5d.xlarge"
ec2-instance-type: "c5d.2xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm/v7"
target-short: "arm"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.xlarge"
ec2-instance-type: "c6gn.2xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm64"
target-short: "arm64"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.xlarge"
ec2-instance-type: "c6gn.2xlarge"
steps:
- name: Launch Spot Runner (${{ matrix.runner-arch }}, ${{ matrix.docker-target }})
id: launch
Expand Down

0 comments on commit 50afaa2

Please sign in to comment.