We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6aea4 commit 4cf3f3aCopy full SHA for 4cf3f3a
tar-artifacts/tar-artifacts.sh
@@ -29,7 +29,7 @@ source "${GITHUB_ACTION_PATH}/../helpers.sh"
29
"${arch}"-linux-gnu-strip --strip-debug "${KBUILD_OUTPUT}"/vmlinux
30
31
image_name=$(make -C ${REPO_ROOT} ARCH="$(platform_to_kernel_arch "${arch}")" -s image_name)
32
-kbuild_output_file_list=(".config" "${image_name}" "vmlinux")
+kbuild_output_file_list=(".config" "${image_name}" "vmlinux" "samples/livepatch/livepatch-sample.ko")
33
34
function push_to_kout_list() {
35
local item="$1"
@@ -88,4 +88,3 @@ if [[ -n "${ARCHIVE_SCHED_EXT_SELFTESTS}" ]]; then
88
fi
89
90
zstd -T0 -19 -i "${tarball}" -o "${zst_tarball}"
91
-
0 commit comments