We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e0202 commit 74d6200Copy full SHA for 74d6200
1 file changed
Makefile
@@ -154,14 +154,11 @@ release-cross:
154
$(call print-target)
155
docker run --rm \
156
-e CGO_ENABLED=1 \
157
- -e GOPRIVATE=github.com/brevdev/* \
158
- -e GONOSUMDB=github.com/brevdev/* \
159
-e "GITHUB_TOKEN=$$GITHUB_TOKEN" \
160
- -v "$$HOME/.gitconfig:/root/.gitconfig:ro" \
161
-v "$$(pwd):/go/src/$(BREV_MODULE)" \
162
-w "/go/src/$(BREV_MODULE)" \
163
ghcr.io/goreleaser/goreleaser-cross:$(GOLANG_CROSS_VERSION) \
164
- release --clean; \
+ release --clean
165
166
.PHONY: run
167
run: ## go run
0 commit comments