-
Notifications
You must be signed in to change notification settings - Fork 32
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 .
To contact the developers, ask questions, or provide any feedback, please use Discord Chat or Github discussions.