From 89c577a12559b111a25fd39bb18aaa68ee65b369 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Sat, 20 Jun 2026 12:01:12 +0200 Subject: [PATCH] ci: add zstd-static for arm64 static build on Alpine Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0c6b6e9..e860b95 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,7 @@ jobs: image: ocaml/opam:alpine-ocaml-5.4 runner: linux-arm64 static: "OCAMLPARAM='_,ccopt=-static,cclib=-static'" - upx_install: "sudo apk add upx" + upx_install: "sudo apk add upx zstd-static" steps: - name: Checkout