Skip to content

Commit

Permalink
Try to work around the OOM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 16, 2024
1 parent 50afaa2 commit 09bf66c
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.2xlarge"
ec2-instance-type: "c5d.4xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm/v7"
target-short: "arm"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.2xlarge"
ec2-instance-type: "c6gn.4xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm64"
target-short: "arm64"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.2xlarge"
ec2-instance-type: "c6gn.4xlarge"
steps:
- name: Launch Spot Runner (${{ matrix.runner-arch }}, ${{ matrix.docker-target }})
id: launch
Expand Down

0 comments on commit 09bf66c

Please sign in to comment.