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: