Skip to content

Commit 5495ba1

Browse files
committed
Pass NFPM_PASSPHRASE into the container.
1 parent 894de36 commit 5495ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ release:
146146
$Q @docker run --rm --privileged -e CGO_ENABLED=1 --env-file .release-env \
147147
-e GORELEASER_KEY=$(GORELEASER_KEY) \
148148
-e GPG_PRIVATE_KEY_FILE=$(GPG_PRIVATE_KEY_FILE) \
149+
-e NFPM_PASSPHRASE=$(NFPM_PASSPHRASE) \
149150
--entrypoint /go/src/$(PKG)/docker/build/entrypoint.sh \
150151
-v ./$(GPG_PRIVATE_KEY_FILE):/$(GPG_PRIVATE_KEY_FILE) \
151152
-v $(DOCKER_SOCK):/var/run/docker.sock \

0 commit comments

Comments
 (0)