From fa2875be8af6ce48e6a11ee1fc70d48e0fd8c33f Mon Sep 17 00:00:00 2001 From: chantra Date: Wed, 5 Oct 2022 21:27:57 -0700 Subject: [PATCH] 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 --- .../s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile b/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile index 72f2983..b0936b8 100644 --- a/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile +++ b/ci/rootfs/s390x-self-hosted-builder/actions-runner-libbpf.Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && apt-get -y install \ software-properties-common \ sudo \ tree \ + zstd \ iproute2 \ iputils-ping