Skip to content

Commit

Permalink
task: adding .release-env to the release-dry-run make
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed May 15, 2022
1 parent d87f42d commit 26aa9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ release-dry-run:
--rm \
--privileged \
-e CGO_ENABLED=1 \
--env-file .release-env \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v `pwd`/sysroot:/sysroot \
Expand Down

0 comments on commit 26aa9b0

Please sign in to comment.