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