diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 0cdafba..b1f49c2 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -110,7 +110,7 @@ jobs: include: - target: guest upstream: AMDESE/linux - ref: a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6 + ref: 0c3836482481200ead7b416ca80c68a29cfdaabd steps: - name: Clone self @@ -177,7 +177,7 @@ jobs: include: - target: host upstream: AMDESE/linux - ref: 05b10142ac6a1a3b02d4be018e119c2648d1da6c + ref: 85ef1ac039412c99a2de119f977a3cab6079533d steps: - name: Clone self diff --git a/build/kernel.sh b/build/kernel.sh index b5b0b08..1d887b2 100644 --- a/build/kernel.sh +++ b/build/kernel.sh @@ -32,3 +32,4 @@ find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" -exec dpkg -i # Output find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" | xargs -I {} cp {} "${OUT_DIR}" find "/boot" -name "initrd*" -or -name "vmlinuz*" -or -name "config*" | xargs -I {} cp {} "${OUT_DIR}" +