nezha/script/build.sh

2 lines
94 B
Bash
Raw Normal View History

2019-12-11 00:34:22 -05:00
# !/bin/sh
2020-10-24 09:29:05 -04:00
GOOS=linux CGO_ENABLED=1 GOARCH=amd64 go build -o ./release/nezha-$1 cmd/$1/main.go