go_dreamfactory/linux_bulid.sh
2022-07-07 11:14:03 +08:00

6 lines
201 B
Bash

CGO_ENABLED=0
GO111MODULE=on
GOOS=linux
go build -o ./bin/dbservice ./services/dbservice/main.go
go build -o ./bin/gateway ./services/gateway/main.go
go build -o ./bin/worker ./services/worker/main.go