Evironment, round 2

This commit is contained in:
Jacob Kiers 2022-08-10 21:15:11 +00:00
parent c66821255c
commit cecae5e42c
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,6 @@ steps:
volumes:
- name: dockersock
path: /var/run
environment:
CROSS_REMOTE=true
commands:
- cargo check
- apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release
@ -23,6 +21,8 @@ steps:
- cargo install cross --git https://github.com/cross-rs/cross
- cross build --release --target aarch64-unknown-linux-gnu
- ls -lahR target/
environment:
CROSS_REMOTE=true
services:
- name: docker