Skip to content

Commit

Permalink
.packaging: Avoid zstd when building packages for all distributions
Browse files Browse the repository at this point in the history
Bullseye (Debian 11) can't handle zstd compression, but Ubuntu 22.04 defaults to it, so rather use xz instead.
  • Loading branch information
AndreRH committed Oct 28, 2024
1 parent 88e23df commit 20da709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .packaging/ubuntu2204/fexpe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY DEBIAN /opt/deb/hangover-libwow64fex/DEBIAN/
RUN cp /opt/deb/hangover-libwow64fex/DEBIAN/copyright /opt/deb/hangover-libwow64fex/usr/share/doc/hangover-libwow64fex/; \
cp /opt/fex/build/Bin/libwow64fex.dll /opt/deb/hangover-libwow64fex/usr/lib/wine/aarch64-windows/; \
cd /opt/deb; mv hangover-libwow64fex hangover-libwow64fex_HOVERSION_arm64; \
dpkg-deb --build --root-owner-group hangover-libwow64fex_HOVERSION_arm64
dpkg-deb -Zxz --build --root-owner-group hangover-libwow64fex_HOVERSION_arm64
2 changes: 1 addition & 1 deletion .packaging/ubuntu2204/fexpeec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY DEBIAN /opt/deb/hangover-libarm64ecfex/DEBIAN/
RUN cp /opt/deb/hangover-libarm64ecfex/DEBIAN/copyright /opt/deb/hangover-libarm64ecfex/usr/share/doc/hangover-libarm64ecfex/; \
cp /opt/fex/build/Bin/libarm64ecfex.dll /opt/deb/hangover-libarm64ecfex/usr/lib/wine/aarch64-windows/; \
cd /opt/deb; mv hangover-libarm64ecfex hangover-libarm64ecfex_HOVERSION_arm64; \
dpkg-deb --build --root-owner-group hangover-libarm64ecfex_HOVERSION_arm64
dpkg-deb -Zxz --build --root-owner-group hangover-libarm64ecfex_HOVERSION_arm64

0 comments on commit 20da709

Please sign in to comment.