mirror of
https://github.com/harness-community/drone-email.git
synced 2026-06-04 10:15:25 +08:00
9 lines
140 B
Bash
9 lines
140 B
Bash
export GOPATH=""
|
|
# disable cgo
|
|
export CGO_ENABLED=0
|
|
set -e
|
|
set -x
|
|
|
|
# windows
|
|
GOOS=windows go build -o release/windows/amd64/drone-email.exe
|