Skip to content

Commit

Permalink
add parallelism (#1957)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Jun 3, 2022
1 parent 4394708 commit a4cb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# used when releasing together with GCP CloudBuild
.PHONY: release
release:
LDFLAGS="$(LDFLAGS)" goreleaser release --timeout 120m
LDFLAGS="$(LDFLAGS)" goreleaser release --parallelism 1 --timeout 120m

######################
# sign section
Expand Down

0 comments on commit a4cb262

Please sign in to comment.