Build target pi0 from 3rdIteration/seedsigner@dev (os 3rdIteration/seedsigner-os@codex/fix-reproducibility-of-zipped-img-files-tnbk4k, smartcard enabled) #404
build.yml
on: workflow_dispatch
Matrix: ${{ format('build{0}', github.event_name == 'workflow_dispatch'
&& format(
' ({0} from {1}@{2}, os {3}@{4}, smartcard {5})',
github.event.inputs.target || 'pi0',
github.event.inputs['app-repo'] || github.repository,
github.event.inputs['source-ref'],
github.event.inputs['os-repo'] || '3rdIteration/seedsigner-os',
github.event.inputs['os-ref'],
(fromJSON(github.event.inputs.smartcard || 'true') && 'enabled') || 'disabled'
)
|| '') }}
calculate sha256sum
Annotations
1 error
|
|