Build target pi0 from 3rdIteration/seedsigner@dev (os 3rdIteration/seedsigner-os@codex/remove-zipping-step-from-build-script, smartcard enabled) #407
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
0s
Annotations
1 error
|
build (pi0 from 3rdIteration/seedsigner@dev, os 3rdIteration/seedsigner-os@codex/remove-zipping-step-from-build-script, smartcard enabled)
No files were found with the provided path: seedsigner-os/images/*.img.zip. No artifacts will be uploaded.
|