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