Skip to content

Commit 9527ba1

Browse files
committed
Run build binaries in parallel
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 347cfa9 commit 9527ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
path: /home/runner/go/bin
187187
key: tools-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod', './cmd/mdatagen/go.mod', './cmd/mdatagen/*.go') }}
188188
- name: Build Collector for All Architectures
189-
run: grep ^binaries-all-sys Makefile|fmt -w 1|tail -n +2|xargs make
189+
run: make -j4 binaries-all-sys
190190
- name: Create Collector Binaries Archive
191191
run: tar -cvf bin.tar ./bin
192192
- name: Upload Collector Binaries

0 commit comments

Comments
 (0)