Skip to content

Commit 7d5c7c6

Browse files
committed
Update appveyor.yml
1 parent ebf054d commit 7d5c7c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ build_script:
6161
- make build
6262
- |-
6363
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 \
7070
--version="${APPVEYOR_REPO_TAG_NAME}" \
7171
--channel="${EQUINOX_CHANNEL}" \
7272
--platforms="linux_amd64 darwin_amd64 windows_amd64" \

0 commit comments

Comments
 (0)