forked from gorb/backend
This commit is contained in:
parent
770e72ff5a
commit
3e49b349e8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ 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 \
|
||||||
gcc-aarch64-linux-gnu \
|
gcc-aarch64-linux-gnu \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue