From 595abc12be7bbcc4e2120c45cfe36b5356cdbc4f Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 7 Oct 2025 10:21:19 -0700 Subject: [PATCH] use blacksmith arm machine for arm builds --- .github/workflows/ghcr-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 3144b6db..cf96bea7 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -29,7 +29,7 @@ jobs: - platform: linux/amd64 runs-on: blacksmith-4vcpu-ubuntu-2404 - platform: linux/arm64 - runs-on: ubuntu-24.04-arm + runs-on: blacksmith-8vcpu-ubuntu-2204-arm steps: - name: Prepare