From 9116ce390904ea17091571443ab23a9fb070e1d5 Mon Sep 17 00:00:00 2001 From: Radical Date: Sun, 1 Jun 2025 21:19:23 +0200 Subject: [PATCH] ci: lets try this --- .woodpecker/build-and-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 3f791e0..78d76e5 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -7,8 +7,9 @@ steps: image: rust:bookworm commands: - rustup target add aarch64-unknown-linux-gnu + - dpkg --add-architecture arm64 - apt-get update -y && apt-get install -y \ - libssl-dev + libssl3:arm64 - cargo build --release - cargo build --target aarch64-unknown-linux-gnu --release environment: