go_dreamfactory/linux_bulid.sh
2022-07-22 11:08:27 +08:00

6 lines
195 B
Bash
Executable File

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