From d14e5b725a898eac497c90b0c287322d5c1c2030 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 8 Apr 2025 11:12:15 +0200 Subject: [PATCH] NO MAIN: build and upload arm64 emulator --- .github/workflows/core.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index f15980bf31..f10b50142a 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -144,14 +144,13 @@ jobs: retention-days: 7 core_emu_arm: - if: github.event_name == 'schedule' name: Build emu arm runs-on: ubuntu-latest-arm64 needs: param strategy: fail-fast: false matrix: - model: [T2T1, T3B1, T3T1, T3W1] + model: [T3W1] coins: [universal] type: [debuglink] asan: [noasan] @@ -776,8 +775,8 @@ jobs: if: github.event_name != 'schedule' runs-on: ubuntu-latest needs: - # Do not include ARM, they are only built on nightly - core_emu + - core_emu_arm steps: - uses: actions/download-artifact@v4 with: