From 75d64c218e9910eb892a4de90564d427df5c9647 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 22 Feb 2023 12:58:48 -0600 Subject: [PATCH] Zstd compression is meh, so remove it. --- .github/workflows/release_archives.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_archives.yml b/.github/workflows/release_archives.yml index 5e4beb1f2c..b4deaac6cc 100644 --- a/.github/workflows/release_archives.yml +++ b/.github/workflows/release_archives.yml @@ -36,7 +36,7 @@ jobs: command: "7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on", } - { name: "BZip2", format: "tar.bz2", command: "tar -cv -j -f" } - - { name: "Zstd", format: "tar.zstd", command: "tar -cv --zstd -f" } + # - { name: "Zstd", format: "tar.zstd", command: "tar -cv --zstd -f" } runs-on: ubuntu-latest name: ${{ matrix.name }} steps: