From e15402b7ab9e54ac72245241c55f1782f2e0aaa8 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 3 Apr 2024 08:03:17 +0000 Subject: [PATCH] chore: use none for deb compress Signed-off-by: Han Gao --- .github/workflows/kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index c3432e1e6..a63f9cd01 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -17,7 +17,7 @@ env: board: th1520 KBUILD_BUILD_USER: builder KBUILD_BUILD_HOST: revyos-riscv-builder - KDEB_COMPRESS: xz + KDEB_COMPRESS: none KDEB_CHANGELOG_DIST: unstable jobs: