Skip to content

Building for Windows

Aleks Volochnev edited this page Feb 20, 2022 · 1 revision

Building project on Windows:

docker run --rm -v %cd%:/opt/gcds -w /opt/gcds node:16-alpine yarn install
docker run --rm -v %cd%:/opt/gcds -w /opt/gcds node:16-alpine yarn build
docker run --rm -v %cd%:/go/src/github.com/ha/gcp -w /go/src/github.com/ha/gcp/backend golang:1-alpine go mod vendor
docker run --rm -v %cd%:/go/src/github.com/ha/gcp -w /go/src/github.com/ha/gcp/backend golang:1-alpine go build -o ../dist/cassandra-plugin_linux_amd64 .
Clone this wiki locally