From 3609479e9a7a1584116269f0ae76e74a981b66d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Tue, 27 Jul 2021 15:16:52 +0200 Subject: [PATCH] ci: add parallelism to goreleaser release command --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 0864db03..9ddd9851 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -42,4 +42,5 @@ fi echo "+ Building using goreleaser ..." goreleaser release \ --rm-dist \ + --parallelism 2 \ ${GRFLAGS}