From de5ccdf8e8405c234a4bb107c16776ef2162de05 Mon Sep 17 00:00:00 2001 From: Mahmoud Rahbar Azad Date: Sat, 27 Oct 2018 00:11:14 +0200 Subject: [PATCH] added gox param --- build_gox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gox.sh b/build_gox.sh index 3dfd5e7..0565979 100644 --- a/build_gox.sh +++ b/build_gox.sh @@ -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"