Use alpine and install docker
continuous-integration/drone/push Build is failing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-10 02:33:19 +02:00
parent e579c47d4c
commit 683a82c863
1 changed files with 2 additions and 1 deletions

View File

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