go_dreamfactory/linux_bulid.sh
2022-07-12 10:37:24 +08:00

6 lines
201 B
Bash
Executable File

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