We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6c29 commit 36a219eCopy full SHA for 36a219e
1 file changed
.github/workflows/build.yaml
@@ -23,6 +23,13 @@ jobs:
23
- defconfig: adi_sc598_ezkit_defconfig
24
name: sc598-som-ezkit-bootstrap
25
fragments: ../configs/buildroot.fragment ../configs/bootstrap.fragment
26
+ # HTOL builds
27
+ - defconfig: adi_sc598_ezkit_defconfig
28
+ name: sc598-htol-debug
29
+ fragments: ../configs/buildroot.fragment ../configs/htol.fragment ../configs/debug.fragment
30
31
+ name: sc598-htol-bootstrap
32
+ fragments: ../configs/buildroot.fragment ../configs/htol.fragment ../configs/bootstrap.fragment
33
34
steps:
35
- name: Checkout br2-external
0 commit comments