소스 검색

pkg/debian: Add comment about compression

Dorian Stoll 2 년 전
부모
커밋
74e68976c9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/debian.yml

+ 2 - 0
.github/workflows/debian.yml

@@ -93,6 +93,8 @@ jobs:
 
     - name: Build kernel
       env:
+        # The DPKG in Ubuntu 22.04 defaults to using ZSTD,
+        # which is not yet supported by the DPKG in Debian 11
         KDEB_COMPRESS: xz
       run: |
         cd pkg/debian/kernel/linux