This commit is contained in:
parent
33e6397946
commit
6d6065d73f
@ -13,7 +13,7 @@ steps:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
- while ! docker imaage ls; do sleep 1; done
|
- while ! docker image ls; do sleep 1; done
|
||||||
- cross build --release --target aarch64-unknown-linux-gnu
|
- cross build --release --target aarch64-unknown-linux-gnu
|
||||||
- ls -lahR target/
|
- ls -lahR target/
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user