Skip to content

Commit

Permalink
remove docker socket volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wiesenbauer committed Nov 22, 2022
1 parent 2ecb31a commit b018135
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ snapshot:
docker run \
--rm \
-v $(PWD):/cross \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /cross \
ghcr.io/gythialy/golang-cross:v1.18 --rm-dist --snapshot --skip-publish

Expand All @@ -67,7 +66,6 @@ github-release:
--rm \
-e GITHUB_TOKEN=$(GITHUB_TOKEN) \
-v $(PWD):/cross \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /cross \
ghcr.io/gythialy/golang-cross:v1.18 --rm-dist

Expand Down

0 comments on commit b018135

Please sign in to comment.