Files
OP (oppenheimer) 8a78136b01 Update build.sh
2024-04-02 19:50:58 +05:30

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