From d1ef80d39fae453472bb9fcbdadb069eca9ffb92 Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 28 Jan 2025 12:29:07 -0500 Subject: [PATCH] try out new arm64 hosted runner --- .github/workflows/ghcr-publish.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 0863a349..ef805a8a 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -14,7 +14,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.runs-on}} permissions: contents: read packages: write @@ -23,9 +23,14 @@ jobs: id-token: write strategy: matrix: - platform: - - linux/amd64 - - linux/arm64 + platform: [linux/amd64, linux/arm64] + include: + - platform: linux/amd64 + runs-on: ubuntu-latest + - platform: linux/arm64 + runs-on: ubuntu-24.04-arm + + steps: - name: Prepare