Skip to content

Commit

Permalink
Change ARMv7 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Nov 16, 2024
1 parent a9f7342 commit 542c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker-target: "linux/arm/v7"
target-short: "arm"
ec2-ami: "ami-0560690593473ded1"
ec2-instance-type: "x2gd.large" # Cheapest 32-bit-compatible ARM64 Spot Price with >=32GB RAM, compiling for ARM needs a ton for some reason
ec2-instance-type: "r6g.xlarge" # Cheapest 32-bit-compatible ARM64 Spot Price with >=32GB RAM, compiling for ARM needs a ton for some reason
- runner-arch: "arm64"
docker-target: "linux/arm64"
target-short: "arm64"
Expand Down

0 comments on commit 542c9df

Please sign in to comment.