fix: increase jobs to number of cpus

This commit is contained in:
Markus Pesch 2020-08-25 19:31:30 +02:00
parent ef9266b010
commit c279d288b4
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -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