From d724a531eb1fa00c3ecffe818ac6c2821b61eb8a Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 8 Nov 2021 10:41:34 +0000 Subject: [PATCH] Use fat images hopefully clippy is included --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index eab2c99..4acebca 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ platform: linux/arm64 pipeline: clippy: - image: rust:1.54.0-slim + image: rust:1.54.0 commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - cargo clippy @@ -11,7 +11,7 @@ pipeline: when: event: tag tag: v* - image: rust:1.54.0-slim + image: rust:1.54.0 commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - cargo build --release