mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-28 09:08:41 +02:00
Run 4 builds in parallel
This commit is contained in:
parent
64706257ca
commit
6c8a924fad
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
||||
- name: Compile project on every platform
|
||||
run: |
|
||||
go get github.com/mitchellh/gox
|
||||
gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
|
||||
gox -parallel 4 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user