We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f883 commit 68318b3Copy full SHA for 68318b3
Makefile
@@ -55,6 +55,7 @@ docker-run-release:
55
mkdir -p docker-run-release-cache
56
# uid needs to be set to avoid "error obtaining VCS status: exit status 128"
57
docker run --user $(shell id -u) -it --rm -e GITHUB_TOKEN \
58
+ -v ${SSH_AUTH_SOCK}:/tmp/ssh-agent.sock -e SSH_AUTH_SOCK=/tmp/ssh-agent.sock \
59
-v $(shell pwd):$(pkg) \
60
-v $(shell pwd)/docker-run-release-cache:/.cache \
61
-w $(pkg) golang:1.19.8 make bootstrap release
0 commit comments