Skip to content

Commit

Permalink
add parallelism (#1957)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed 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
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.