Skip to content

Commit 8b21fd2

Browse files
workflows: include distro options when dumping kas-build.yml
Distro build variants should include ci/distro.yml when generating kas-build.yml, otherwise it won't reflect the actual kas build options used when building the target image. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 64bcacb commit 8b21fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
export KAS_WORK_DIR=$PWD/../kas
121121
mkdir $KAS_WORK_DIR
122122
${KAS_CONTAINER} dump --resolve-env --resolve-local --resolve-refs \
123-
ci/mirror.yml:ci/${{ matrix.machine }}.yml > kas-build.yml
123+
ci/mirror.yml:ci/${{ matrix.machine }}.yml${{ matrix.distro.yamlfile }} > kas-build.yml
124124
${KAS_CONTAINER} build ci/mirror.yml:ci/${{ matrix.machine }}.yml${{ matrix.distro.yamlfile }}
125125
ci/kas-container-shell-helper.sh ci/yocto-pybootchartgui.sh
126126
mv $KAS_WORK_DIR/build/buildchart.svg .

0 commit comments

Comments
 (0)