Skip to content

Commit

Permalink
update kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonor committed Sep 4, 2024
1 parent e3759a3 commit ed14592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
include:
- target: guest
upstream: AMDESE/linux
ref: a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6
ref: 0c3836482481200ead7b416ca80c68a29cfdaabd

steps:
- name: Clone self
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
include:
- target: host
upstream: AMDESE/linux
ref: 05b10142ac6a1a3b02d4be018e119c2648d1da6c
ref: 85ef1ac039412c99a2de119f977a3cab6079533d

steps:
- name: Clone self
Expand Down
1 change: 1 addition & 0 deletions build/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit ed14592

Please sign in to comment.