mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19:06 +08:00
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:
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get -y install \
|
|||||||
software-properties-common \
|
software-properties-common \
|
||||||
sudo \
|
sudo \
|
||||||
tree \
|
tree \
|
||||||
|
zstd \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iputils-ping
|
iputils-ping
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user