added gox param
This commit is contained in:
parent
1a9ed2b37a
commit
de5ccdf8e8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue