1
0
Fork 0
forked from gorb/backend

Compare commits

..

No commits in common. "3e49b349e84546ae0b9fe7bc1b44cb57e4f57fb8" and "1a7fdac0494705378663e5725c935e456e894902" have entirely different histories.

View file

@ -7,13 +7,9 @@ steps:
image: rust:bookworm
commands:
- rustup target add aarch64-unknown-linux-gnu
- echo "deb [arch=arm64] http://ftp.ports.debian.org/debian-ports bookworm main" | sudo tee /etc/apt/sources.list.d/arm64-cross.list
- 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: