Revert changes to scripts/build_go_matrix.sh from 1778db2 (#2581)

This commit is contained in:
David Wahler
2022-06-22 15:59:20 +00:00
committed by GitHub
parent 11c47e0d3b
commit c366725472
+1 -3
View File
@@ -193,7 +193,7 @@ for spec in "${specs[@]}"; do
--os "$spec_os" \
--arch "$spec_arch" \
--output "$spec_output_binary" \
"${build_args[@]}" &
"${build_args[@]}"
log
log
@@ -227,5 +227,3 @@ for spec in "${specs[@]}"; do
log
fi
done
wait