Skip to content

Commit

Permalink
ci: Makefile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 6, 2023
1 parent 8682fe3 commit a699f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ help: ## Display this help.

GORELEASER ?= $(GO) run github.com/goreleaser/goreleaser@latest
BUILD_ARGS ?= --snapshot --clean --parallelism=$(PARALLEL)
ifneq ($(OS),windows)
ifeq ($(OS),linux)
PARALLEL ?= $(shell nproc)
else
PARALLEL ?= 4
Expand Down

0 comments on commit a699f77

Please sign in to comment.