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