We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c6561 commit c40afdaCopy full SHA for c40afda
Makefile
@@ -126,13 +126,14 @@ release-dev:
126
release-dry-run:
127
$Q @docker run --rm --privileged -e CGO_ENABLED=1 \
128
-e GORELEASER_KEY=${GORELEASER_KEY} \
129
+ -e GPG_PRIVATE_KEY_FILE=/dev/null \
130
-e IS_PRERELEASE=true \
131
--entrypoint /go/src/$(PKG)/docker/build/entrypoint.sh \
132
-v /var/run/docker.sock:/var/run/docker.sock \
133
-v `pwd`:/go/src/$(PKG) \
134
-w /go/src/$(PKG) \
135
ghcr.io/goreleaser/goreleaser-cross-pro:${GOLANG_CROSS_VERSION} \
- --clean --skip=validate --skip=publish --split
136
+ --clean --skip=validate --skip=sign --skip=publish --split
137
138
release:
139
@if [ ! -f ".release-env" ]; then \
0 commit comments