diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 4b5a054..d27d65a 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -6,7 +6,7 @@ steps: - name: rust-build image: rust:bookworm commands: - - apt update && apt install podman + - apt update -y && apt install podman -y - cargo install cross - cargo build --release - cross build --target aarch64-unknown-linux-gnu --release