diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index c365a8d..3d4142b 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -7,7 +7,7 @@ steps: image: rust:bookworm commands: - rustup target add aarch64-unknown-linux-gnu - - sudo dpkg --add-architecture arm64 + - dpkg --add-architecture arm64 - apt-get update -y && apt-get install -y \ gcc-aarch64-linux-gnu \ libc6-dev-arm64-cross \