From c279d288b4442dcedd9c5e50e12550b2a64343ee Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 25 Aug 2020 19:31:30 +0200 Subject: [PATCH] fix: increase jobs to number of cpus --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8eaa205..ba328de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build-linux-amd64 image: docker.io/volkerraschek/build-image:latest commands: - - make bin/linux/amd64/flucky + - make --jobs=$(nproc) bin/linux/amd64/flucky when: event: - push