added gox param

This commit is contained in:
Mahmoud Rahbar Azad 2018-10-27 00:11:14 +02:00
parent 1a9ed2b37a
commit de5ccdf8e8
No known key found for this signature in database
GPG Key ID: 7DBBD39E2BFEB784
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ go get ./...
go get github.com/mitchellh/gox
echo "Building project"
mkdir -p builds
gox -output="builds/hetzner-sb-notifier_{{.OS}}_{{.Arch}}_$VERSION"
gox -output="builds/hetzner-sb-notifier_{{.OS}}_{{.Arch}}_$VERSION" # -ldflags="-extldflags -static"
echo "Done"