From af950da1f59b227f045c7387064133ae15ca981f Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 23 Jan 2025 18:07:38 -0500 Subject: [PATCH] also build machines on arm cuz we have pi now --- .github/workflows/build-machines-and-homes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-machines-and-homes.yml b/.github/workflows/build-machines-and-homes.yml index f34d785..768a3c5 100644 --- a/.github/workflows/build-machines-and-homes.yml +++ b/.github/workflows/build-machines-and-homes.yml @@ -14,6 +14,7 @@ jobs: - pancake os: - ubuntu-latest + - ubuntu-24.04-arm runs-on: ${{ matrix.os }} continue-on-error: true steps: