From 970f5424dc26316de7b3e7d4c3e6a3756860efd5 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 28 Sep 2022 21:39:17 -0400 Subject: [PATCH] Change dind image --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index e9a9207..b3ae0e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - name: windows-deploy - image: rust:latest + image: wangjia184/rust-dind depends_on: [ build-ui, test ] volumes: - name: temp @@ -46,10 +46,8 @@ steps: path: /var/run commands: - cp -R /app/ui ./ui/build - - cargo install -f cross - cross build --target x86_64-pc-windows-gnu --release - - cargo build --release - - tar cvzf mailspy.tar.gz -C target/release mailspy + - tar cvzf mailspy.tar.gz -C target/x86_64-pc-windows-gnu/release mailspy - wget https://dl.min.io/client/mc/release/linux-amd64/mc - chmod +x mc - ./mc alias set fivesigma https://objects.5sigma.io $MINIOID $MINIOSECRET