Skip to content

Commit 4cf3f3a

Browse files
committed
test-livepatch
1 parent dc6aea4 commit 4cf3f3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tar-artifacts/tar-artifacts.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source "${GITHUB_ACTION_PATH}/../helpers.sh"
2929
"${arch}"-linux-gnu-strip --strip-debug "${KBUILD_OUTPUT}"/vmlinux
3030

3131
image_name=$(make -C ${REPO_ROOT} ARCH="$(platform_to_kernel_arch "${arch}")" -s image_name)
32-
kbuild_output_file_list=(".config" "${image_name}" "vmlinux")
32+
kbuild_output_file_list=(".config" "${image_name}" "vmlinux" "samples/livepatch/livepatch-sample.ko")
3333

3434
function push_to_kout_list() {
3535
local item="$1"
@@ -88,4 +88,3 @@ if [[ -n "${ARCHIVE_SCHED_EXT_SELFTESTS}" ]]; then
8888
fi
8989

9090
zstd -T0 -19 -i "${tarball}" -o "${zst_tarball}"
91-

0 commit comments

Comments
 (0)