Browse Source

pkg/debian: Add comment about compression

Dorian Stoll 2 năm trước cách đây
mục cha
commit
74e68976c9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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