fix: increase jobs to number of cpus
This commit is contained in:
parent
ef9266b010
commit
c279d288b4
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: build-linux-amd64
|
- name: build-linux-amd64
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
commands:
|
commands:
|
||||||
- make bin/linux/amd64/flucky
|
- make --jobs=$(nproc) bin/linux/amd64/flucky
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
Loading…
Reference in New Issue
Block a user