From 542c9df700330c1722361fe06bf31d94e716e758 Mon Sep 17 00:00:00 2001 From: ubergeek77 Date: Sat, 16 Nov 2024 17:38:16 -0600 Subject: [PATCH] Change ARMv7 instance --- .github/workflows/build-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 82fc81c..155d168 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -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"