From 3744307b8b2352ae0e41997f3ecb86feb87f73ec Mon Sep 17 00:00:00 2001 From: Radical Date: Sun, 1 Jun 2025 21:28:19 +0200 Subject: [PATCH] ci: okay then --- .woodpecker/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 16577f4..6f86baf 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -7,7 +7,7 @@ steps: image: rust:alpine commands: - rustup target add aarch64-unknown-linux-musl - - apk add openssl-dev musl-dev + - apk add openssl-dev musl-dev openssl-libs-static - cargo build --release - cargo build --target aarch64-unknown-linux-musl --release - name: container-build-and-publish