Skip to content

Commit 64bcacb

Browse files
workflows: include ci/distro.yml in the lock file
Make sure to also lock the revisions for the extra repositories used by ci/distro.yml, as we are now building both poky-altcfg and meta-qcom-distro. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 93876c4 commit 64bcacb

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
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run kas lock
3838
run: |
39-
${KAS_CONTAINER} lock --update ci/base.yml
39+
${KAS_CONTAINER} lock --update ci/base.yml:ci/distro.yml
4040
4141
- uses: actions/upload-artifact@v4
4242
with:

0 commit comments

Comments
 (0)