forked from gorb/backend
This commit is contained in:
parent
f9195115f3
commit
0e2bef889b
1 changed files with 1 additions and 6 deletions
|
@ -7,13 +7,8 @@ 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" | 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
|
||||
libssl-dev
|
||||
- cargo build --release
|
||||
- cargo build --target aarch64-unknown-linux-gnu --release
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue