From 01a97f82da4baa95c84927c367b7fb1146b6f40f Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Sun, 8 Oct 2023 22:14:52 +0000 Subject: [PATCH] fix RUN command --- .github/Dockerfile.crosscompile-arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile.crosscompile-arm64 b/.github/Dockerfile.crosscompile-arm64 index b842ecc..ca0bedb 100644 --- a/.github/Dockerfile.crosscompile-arm64 +++ b/.github/Dockerfile.crosscompile-arm64 @@ -12,7 +12,7 @@ RUN apt update && apt-get install -y --no-install-recommends \ pkg-config libudev-dev:arm64 libssl-dev:arm64 libapt-pkg-dev:arm64 apt:amd64 \ libclang-dev libpam0g-dev:arm64 \ qemu-user-binfmt -RUN grep -qi bookworm /etc/os-release && apt-get install -y pkg-config:arm64 +RUN grep -qi bookworm /etc/os-release && apt-get install -y pkg-config:arm64 || true RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y RUN source ~/.cargo/env && rustup target add aarch64-unknown-linux-gnu