Skip to content

Commit

Permalink
Use more powerful build VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 15, 2024
1 parent 30a071a commit d47126f
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-034de852f74caf71b"
ec2-instance-type: "c5d.large"
ec2-instance-type: "c5d.xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm/v7"
target-short: "arm"
ec2-ami: "ami-015b0351eb1536708"
ec2-instance-type: "c6gn.large"
ec2-instance-type: "c6gn.xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm64"
target-short: "arm64"
ec2-ami: "ami-015b0351eb1536708"
ec2-instance-type: "c6gn.large"
ec2-instance-type: "c6gn.xlarge"
steps:
- name: Launch Spot Runner (${{ matrix.runner-arch }}, ${{ matrix.docker-target }})
id: launch
Expand Down

0 comments on commit d47126f

Please sign in to comment.