diff --git a/build.bat b/build.bat new file mode 100644 index 000000000..bfedb4229 --- /dev/null +++ b/build.bat @@ -0,0 +1,7 @@ +SET CGO_ENABLED=0 +SET GOOS=windows +SET GOARCH=amd64 +go build -o build/gateway.exe services/gateway/main.go +go build -o build/worker.exe services/worker/main.go +go build -o build/web.exe services/web/main.go +go build -o build/dbservice.exe services/dbservice/main.go \ No newline at end of file