go_dreamfactory/bin/build_linux.sh
2022-07-26 10:40:44 +08:00

8 lines
203 B
Bash

CGO_ENABLED=0
GO111MODULE=on
GOOS=linux
cd ../
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