Skip to content

Commit c366725

Browse files
authored
Revert changes to scripts/build_go_matrix.sh from 1778db2 (#2581)
1 parent 11c47e0 commit c366725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build_go_matrix.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ for spec in "${specs[@]}"; do
193193
--os "$spec_os" \
194194
--arch "$spec_arch" \
195195
--output "$spec_output_binary" \
196-
"${build_args[@]}" &
196+
"${build_args[@]}"
197197
log
198198
log
199199

@@ -227,5 +227,3 @@ for spec in "${specs[@]}"; do
227227
log
228228
fi
229229
done
230-
231-
wait

0 commit comments

Comments
 (0)