Skip to content

Commit 2bedbc9

Browse files
committed
ci: Override kernel version
Override kernel version with the SHA passed in workflow. This will pull kernel from qualcomm-linux/kernel with SHA specified. Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
1 parent 84d66db commit 2bedbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build_yocto/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
export KAS_WORK_DIR=$PWD/kas
110110
echo $KAS_WORK_DIR
111111
112-
$KAS_CONTAINER build kas-build-${{ env.rootfs }}.yml
112+
$KAS_CONTAINER build kas-build-${{ env.rootfs }}.yml:kernel-override.yml
113113
114114
- name: Prepare file list for log upload
115115
if: always()

0 commit comments

Comments
 (0)