mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-28 11:48:45 +00:00
NO MAIN: build and upload arm64 emulator
This commit is contained in:
parent
2e5513eb9c
commit
d14e5b725a
5
.github/workflows/core.yml
vendored
5
.github/workflows/core.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user