From 683a82c8633ec3f2ed8f62e025ffd27c50433bc4 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 10 Aug 2022 02:33:19 +0200 Subject: [PATCH] Use alpine and install docker Signed-off-by: Jacob Kiers --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b9e2e33..0bfc8af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/