Skip to content

Commit a4cb262

Browse files
authored
add parallelism (#1957)
Signed-off-by: cpanato <[email protected]>
1 parent 4394708 commit a4cb262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# used when releasing together with GCP CloudBuild
55
.PHONY: release
66
release:
7-
LDFLAGS="$(LDFLAGS)" goreleaser release --timeout 120m
7+
LDFLAGS="$(LDFLAGS)" goreleaser release --parallelism 1 --timeout 120m
88

99
######################
1010
# sign section

0 commit comments

Comments
 (0)