mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
limit build parallelism
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
use another config file):
|
use another config file):
|
||||||
|
|
||||||
goreleaser \
|
goreleaser \
|
||||||
release \
|
release --parallelism 4 \
|
||||||
--release-notes <(calens --template changelog/CHANGELOG-GitHub.tmpl --version "${VERSION}")
|
--release-notes <(calens --template changelog/CHANGELOG-GitHub.tmpl --version "${VERSION}")
|
||||||
|
|
||||||
7. Set a new version in `main.go` and commit the result:
|
7. Set a new version in `main.go` and commit the result:
|
||||||
|
|||||||
Reference in New Issue
Block a user