We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bfe6d commit e991120Copy full SHA for e991120
Makefile
@@ -606,7 +606,7 @@ promote-images: $(KPROMO) $(YQ)
606
607
.PHONY: release-binaries
608
release-binaries: $(GORELEASER) ## Builds only the binaries, not a release.
609
- $(GORELEASER) build --config $(GORELEASER_CONFIG) --snapshot --clean
+ GOMAXPROCS=2 $(GORELEASER) build --config $(GORELEASER_CONFIG) --snapshot --clean
610
611
.PHONY: release-staging
612
release-staging: ## Builds and push container images and manifests to the staging bucket.
0 commit comments