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

This commit is contained in:
David Wahler 2022-06-22 10:59:20 -05:00 committed by GitHub
parent 11c47e0d3b
commit c366725472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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