Skip to content

Commit 322bc2f

Browse files
committed
fix(Makefile): static complication in installer
1 parent 5933146 commit 322bc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55

66
installer:
77
rm -rf dist && mkdir -p dist
8-
godep go build -a -o dist/deisctl .
8+
CGO_ENABLED=0 godep go build -a -ldflags '-s' -o dist/deisctl .
99
@if [ ! -d makeself ]; then git clone -b deisctl-hack https://github.com/deis/makeself.git; fi
1010
PATH=./makeself:$$PATH makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
1111
dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run "Deis Control Utility" \

0 commit comments

Comments
 (0)