forked from gorb/backend
This commit is contained in:
parent
42f281b3e9
commit
47cb246a63
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: rust-build
|
||||
image: rust:bookworm
|
||||
commands:
|
||||
- apt update && apt install podman
|
||||
- apt update -y && apt install podman -y
|
||||
- cargo install cross
|
||||
- cargo build --release
|
||||
- cross build --target aarch64-unknown-linux-gnu --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue