Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
e579c47d4c
commit
683a82c863
@ -7,11 +7,12 @@ platfomr:
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:1.62
|
||||
image: rust:1.62-alpine
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- apk install docker
|
||||
- cargo install cross --git https://github.com/cross-rs/cross
|
||||
- cross build --release --target aarch64-unknown-linux-gnu
|
||||
- ls -lahR target/
|
||||
|
Loading…
Reference in New Issue
Block a user