fix: increase jobs to number of cpus
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user