Skip to content

Commit

Permalink
avoid device or resource busy error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengaudet committed Aug 15, 2023
1 parent 7374c12 commit 38f44c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ release-preview:
--privileged \
-e CGO_ENABLED=1 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(HOME)/.docker/config.json:/root/.docker/config.json \
-v $(HOME)/.docker:/root/.docker \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
Expand All @@ -63,7 +63,7 @@ release:
-e CGO_ENABLED=1 \
--env-file .env \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(HOME)/.docker/config.json:/root/.docker/config.json \
-v $(HOME)/.docker:/root/.docker \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
Expand Down

0 comments on commit 38f44c3

Please sign in to comment.