We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6089bd5 commit 5c7fa80Copy full SHA for 5c7fa80
Makefile
@@ -26,7 +26,7 @@ release-dry-run:
26
-v `pwd`/sysroot:/sysroot \
27
-w /go/src/$(PACKAGE_NAME) \
28
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
29
- --clean --skip-validate --skip=publish
+ --clean --skip=publish,validate
30
31
.PHONY: release
32
release:
0 commit comments