1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00

ci: build T3T1 firmware for production bootloader

[no changelog]
This commit is contained in:
Martin Milata 2024-06-11 16:58:03 +02:00
parent e3b9548506
commit 38bdfbe4af

View File

@ -58,7 +58,6 @@ jobs:
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }} BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }} PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
PRODUCTION: ${{ matrix.type == 'production' && '1' || '0' }} PRODUCTION: ${{ matrix.type == 'production' && '1' || '0' }}
BOOTLOADER_DEVEL: ${{ matrix.model == 'T3T1' && '1' || '0' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: