Skip to content

Commit a2b066f

Browse files
ci: build-yocto: build initramfs-test kas configuration
Extend kas build logic to also build initramfs-test kas configuration, but only with qcom-arm8a machine target, since the content is generic to the architecture. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent fea224e commit a2b066f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-yocto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml
116116
ci/yocto-pybootchartgui.sh && mv $KAS_WORK_DIR/build/buildchart.svg .
117117
118+
if [ "${{ matrix.machine }}" = "qcom-arm8a" ]; then
119+
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml:initramfs-test.yml
120+
fi
121+
118122
- uses: actions/upload-artifact@v4
119123
with:
120124
name: buildchart-${{ matrix.machine }}

0 commit comments

Comments
 (0)