Skip to content

Commit

Permalink
Use latest Ubuntu 24.04 LTS AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 15, 2024
1 parent d47126f commit 5dc2e59
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 @@ -31,17 +31,17 @@ jobs:
- runner-arch: "x64"
docker-target: "linux/amd64"
target-short: "amd64"
ec2-ami: "ami-034de852f74caf71b"
ec2-ami: "ami-036841078a4b68e14"
ec2-instance-type: "c5d.xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm/v7"
target-short: "arm"
ec2-ami: "ami-015b0351eb1536708"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.xlarge"
- runner-arch: "arm64"
docker-target: "linux/arm64"
target-short: "arm64"
ec2-ami: "ami-015b0351eb1536708"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "c6gn.xlarge"
steps:
- name: Launch Spot Runner (${{ matrix.runner-arch }}, ${{ matrix.docker-target }})
Expand Down

0 comments on commit 5dc2e59

Please sign in to comment.