1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 17:49:02 +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 M1nd3r
parent 317e44adfc
commit afb68f21e6

View File

@ -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]
@ -775,8 +774,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: