mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
2 lines
94 B
Bash
Executable File
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 |