Skip to content

Commit

Permalink
Limit parallel build to avoid failed build release in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie committed Jan 6, 2021
1 parent 28b44e5 commit 6daffa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ echo "+ Building with flags: ${LD_FLAGS}"
osarch="${os_archs[@]}"
gox \
-osarch="$osarch" \
-parallel=2 \
-ldflags "${LD_FLAGS}" \
-output "bin/driftctl_{{.OS}}_{{.Arch}}" \
./

0 comments on commit 6daffa8

Please sign in to comment.