From 50d8ec0b03d28554b4c0361f217d177bc2121cd2 Mon Sep 17 00:00:00 2001 From: Dan Kluser Date: Wed, 3 Jun 2026 07:43:58 +0200 Subject: [PATCH] ci: reduce compression level --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b9a142a..5ffd594 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -91,7 +91,7 @@ jobs: - name: Compress image run: | - xz -T0 -9 -c image/output/ps5-${{ matrix.distro }}.img \ + xz -T0 -4 -c image/output/ps5-${{ matrix.distro }}.img \ > image/output/ps5-${{ matrix.distro }}.img.xz - name: Upload to R2