nezha/script/build.sh
2020-10-24 21:29:05 +08:00

2 lines
94 B
Bash
Executable File

# !/bin/sh
GOOS=linux CGO_ENABLED=1 GOARCH=amd64 go build -o ./release/nezha-$1 cmd/$1/main.go