diff --git a/.woodpecker.yml b/.woodpecker.yml index a096151..7ad3ee1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,7 +12,7 @@ pipeline: commands: - apt-get update && apt-get install -y gcc-aarch64-linux-gnu - rustup target add aarch64-unknown-linux-gnu - - cargo build --release --target gcc-aarch64-linux-gnu + - cargo build --release --target aarch64-unknown-linux-gnu release: image: rust:1-buster when: