mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
ci: reduce compression level
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Compress image
|
- name: Compress image
|
||||||
run: |
|
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
|
> image/output/ps5-${{ matrix.distro }}.img.xz
|
||||||
|
|
||||||
- name: Upload to R2
|
- name: Upload to R2
|
||||||
|
|||||||
Reference in New Issue
Block a user