From e915e38a1ef4b131cf680478681c8b171cb15863 Mon Sep 17 00:00:00 2001 From: Radical Date: Sun, 1 Jun 2025 20:07:29 +0200 Subject: [PATCH] ci: add missing architecture --- .woodpecker/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) 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 \