From 434735905b3c9cc81502d562afd126ae5a5afc09 Mon Sep 17 00:00:00 2001 From: Felix van Oost Date: Mon, 12 Aug 2024 19:33:00 -0400 Subject: [PATCH] Update build-image.yml (#17) --- .github/workflows/build-image.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 1144152..d33ebdc 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -13,8 +13,13 @@ jobs: strategy: fail-fast: false matrix: - runner: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm] - runs-on: ${{ matrix.runner }} + os: [ ubuntu-latest ] + include: + - os: 'ubuntu-latest' + platform: 'linux-amd64' + - os: 'ARM64' # self-hosted + platform: 'linux-arm64' + runs-on: ${{ matrix.os }} permissions: contents: read packages: write