File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ docker-build-static:
3838docker run -t -v $$ PWD:/go/src/github.com/yannh/redis-dump-go -w /go/src/github.com/yannh/redis-dump-go golang:1.18 make build-static
3939
4040docker-build-generator-static :
41- docker run -t -v $$ PWD/.gitconfig:/root/ -v $$ PWD :/go/src/github.com/yannh/redis-dump-go -w /go/src/github.com/yannh/redis-dump-go golang:1.18 make build-generator-static
41+ docker run -t -v $$ PWD:/go/src/github.com/yannh/redis-dump-go -w /go/src/github.com/yannh/redis-dump-go golang:1.18 make build-generator-static
4242
4343goreleaser-build-static :
4444docker run -e GOCACHE=/tmp -v $$ PWD/.gitconfig:/root/.gitconfig -t -v $$ PWD:/go/src/github.com/yannh/redis-dump-go -w /go/src/github.com/yannh/redis-dump-go goreleaser/goreleaser:v1.8.3 build --single-target --skip-post-hooks --rm-dist --snapshot
You can’t perform that action at this time.
0 commit comments