1
0
Fork 0
forked from gorb/backend

ci: lets try this
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

This commit is contained in:
Radical 2025-06-01 21:19:23 +02:00
parent 0e2bef889b
commit 9116ce3909

View file

@ -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: