1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-05 15:48:45 +00:00

NO MAIN: build and upload arm64 emulator

This commit is contained in:
Martin Milata 2025-04-08 11:12:15 +02:00 committed by obrusvit
parent 2e5513eb9c
commit d14e5b725a

View File

@ -144,14 +144,13 @@ jobs:
retention-days: 7 retention-days: 7
core_emu_arm: core_emu_arm:
if: github.event_name == 'schedule'
name: Build emu arm name: Build emu arm
runs-on: ubuntu-latest-arm64 runs-on: ubuntu-latest-arm64
needs: param needs: param
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
model: [T2T1, T3B1, T3T1, T3W1] model: [T3W1]
coins: [universal] coins: [universal]
type: [debuglink] type: [debuglink]
asan: [noasan] asan: [noasan]
@ -776,8 +775,8 @@ jobs:
if: github.event_name != 'schedule' if: github.event_name != 'schedule'
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
# Do not include ARM, they are only built on nightly
- core_emu - core_emu
- core_emu_arm
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with: