Skip to content

Commit 36a219e

Browse files
committed
.github: add SC598-HTOL builds to workflow
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
1 parent bac6c29 commit 36a219e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
- defconfig: adi_sc598_ezkit_defconfig
2424
name: sc598-som-ezkit-bootstrap
2525
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+
- defconfig: adi_sc598_ezkit_defconfig
31+
name: sc598-htol-bootstrap
32+
fragments: ../configs/buildroot.fragment ../configs/htol.fragment ../configs/bootstrap.fragment
2633

2734
steps:
2835
- name: Checkout br2-external

0 commit comments

Comments
 (0)