ci: install zstd on s390x runners

zstd is installed by [default in GH
runners](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md).

Having it by default, we can start leveraging it when uploading
artifacts. It has a better compression ratio and is multithreaded.

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
chantra
2022-10-05 21:27:57 -07:00
committed by Andrii Nakryiko
parent 27a93eae7c
commit fa2875be8a

View File

@@ -25,6 +25,7 @@ RUN apt-get update && apt-get -y install \
software-properties-common \
sudo \
tree \
zstd \
iproute2 \
iputils-ping