From 1a7fdac0494705378663e5725c935e456e894902 Mon Sep 17 00:00:00 2001 From: Radical Date: Sun, 1 Jun 2025 20:10:58 +0200 Subject: [PATCH] ci: try using crossbuild package please please please work --- .woodpecker/build-and-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 3d4142b..6a77681 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -9,10 +9,7 @@ steps: - rustup target add aarch64-unknown-linux-gnu - dpkg --add-architecture arm64 - apt-get update -y && apt-get install -y \ - gcc-aarch64-linux-gnu \ - libc6-dev-arm64-cross \ - libssl-dev:arm64 \ - pkg-config-aarch64-linux-gnu + crossbuild-essential-arm64 - cargo build --release - cargo build --target aarch64-unknown-linux-gnu --release environment: