mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 01:41:18 +00:00
ci: build T3T1 firmware for production bootloader
[no changelog]
This commit is contained in:
parent
e3b9548506
commit
38bdfbe4af
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user