File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ build_script:
61
61
- make build
62
62
- |-
63
63
if [ ${APPVEYOR_REPO_TAG} = "true" ]; then
64
- docker run --rm --privileged \
65
- -v ($pwd):/go/src/github.com/mailchain/mailchain \
66
- -v /var/run/docker.sock:/var/run/docker.sock \
67
- -w /go/src/github.com/mailchain/mailchain \
68
- mailchain/goreleaser-xcgo \
69
- CGO_ENABLED=1 $(pwd)/ equinox release \
64
+ docker run --rm --privileged \
65
+ -v ($pwd):/go/src/github.com/mailchain/mailchain \
66
+ -v /var/run/docker.sock:/var/run/docker.sock \
67
+ -w /go/src/github.com/mailchain/mailchain \
68
+ mailchain/goreleaser-xcgo \
69
+ CGO_ENABLED=1 equinox release \
70
70
--version="${APPVEYOR_REPO_TAG_NAME}" \
71
71
--channel="${EQUINOX_CHANNEL}" \
72
72
--platforms="linux_amd64 darwin_amd64 windows_amd64" \
You can’t perform that action at this time.
0 commit comments