Skip to content

Commit e991120

Browse files
Set GOMAXPROCS to allow release-binaries to pass
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent e8bfe6d commit e991120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ promote-images: $(KPROMO) $(YQ)
606606

607607
.PHONY: release-binaries
608608
release-binaries: $(GORELEASER) ## Builds only the binaries, not a release.
609-
$(GORELEASER) build --config $(GORELEASER_CONFIG) --snapshot --clean
609+
GOMAXPROCS=2 $(GORELEASER) build --config $(GORELEASER_CONFIG) --snapshot --clean
610610

611611
.PHONY: release-staging
612612
release-staging: ## Builds and push container images and manifests to the staging bucket.

0 commit comments

Comments
 (0)