We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5933146 commit 322bc2fCopy full SHA for 322bc2f
1 file changed
Makefile
@@ -5,7 +5,7 @@ build:
5
6
installer:
7
rm -rf dist && mkdir -p dist
8
- godep go build -a -o dist/deisctl .
+ CGO_ENABLED=0 godep go build -a -ldflags '-s' -o dist/deisctl .
9
@if [ ! -d makeself ]; then git clone -b deisctl-hack https://github.com/deis/makeself.git; fi
10
PATH=./makeself:$$PATH makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
11
dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run "Deis Control Utility" \
0 commit comments