bi/build_manager_linux.bat

3 lines
148 B
Batchfile
Raw Normal View History

2022-03-07 14:17:13 +08:00
cd vue && npm run build:prod && cd .. && set goos=linux&&go build -ldflags="-w -s" -o bin/linux/manager cmd/manager/main.go
2022-01-26 16:40:50 +08:00
echo "build success"