From d9740a28a45c12f69f2aadbaae6296b7db21ef61 Mon Sep 17 00:00:00 2001 From: shimun Date: Sat, 6 Jun 2020 14:39:18 +0200 Subject: [PATCH] build musl images --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c7b35b5..69a4579 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ name: default steps: - name: test - image: rust:1.38.0 + image: rust:1.38.0-alpine commands: - cargo test - name: build_relase - image: rust:1.38.0 + image: rust:1.38.0-alpine commands: - cargo install --path . --root . -f - strip bin/tictactoe