forked from gorb/backend
Compare commits
2 commits
1a7fdac049
...
3e49b349e8
Author | SHA1 | Date | |
---|---|---|---|
3e49b349e8 | |||
770e72ff5a |
1 changed files with 5 additions and 1 deletions
|
@ -7,9 +7,13 @@ steps:
|
||||||
image: rust:bookworm
|
image: rust:bookworm
|
||||||
commands:
|
commands:
|
||||||
- rustup target add aarch64-unknown-linux-gnu
|
- 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
|
- dpkg --add-architecture arm64
|
||||||
- apt-get update -y && apt-get install -y \
|
- apt-get update -y && apt-get install -y \
|
||||||
crossbuild-essential-arm64
|
gcc-aarch64-linux-gnu \
|
||||||
|
libc6-dev-arm64-cross \
|
||||||
|
libssl-dev:arm64 \
|
||||||
|
pkg-config-aarch64-linux-gnu
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cargo build --target aarch64-unknown-linux-gnu --release
|
- cargo build --target aarch64-unknown-linux-gnu --release
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue