Skip to content

Commit

Permalink
fix: pass the flag to goreleaser-check too
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 21, 2024
1 parent 1d8ac05 commit 560e75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ goreleaser-check:
fi
docker run \
--rm \
-e CGO_ENABLED=1 \
--env CGO_ENABLED=1 \
--env GORELEASER_CURRENT_TAG=${GIT_TAG} \
--env-file .release-env \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
Expand Down

0 comments on commit 560e75e

Please sign in to comment.