Merge pull request #893 from cloudskiff/ci/goreleaserParallelism

Add parallelism to goreleaser release command
main
Elie 2021-07-27 15:36:02 +02:00 committed by GitHub
commit 2c815a635e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,4 +42,5 @@ fi
echo "+ Building using goreleaser ..."
goreleaser release \
--rm-dist \
--parallelism 2 \
${GRFLAGS}