forked from gorb/backend
This commit is contained in:
parent
0e2bef889b
commit
9116ce3909
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ steps:
|
||||||
image: rust:bookworm
|
image: rust:bookworm
|
||||||
commands:
|
commands:
|
||||||
- rustup target add aarch64-unknown-linux-gnu
|
- rustup target add aarch64-unknown-linux-gnu
|
||||||
|
- dpkg --add-architecture arm64
|
||||||
- apt-get update -y && apt-get install -y \
|
- apt-get update -y && apt-get install -y \
|
||||||
libssl-dev
|
libssl3:arm64
|
||||||
- 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