From c16547522f5cd047b325338482f5c80d9ba842b6 Mon Sep 17 00:00:00 2001 From: C Cirello Date: Tue, 15 Nov 2016 16:06:34 +0100 Subject: [PATCH] fnctl: udpate installer (#292) --- fnctl/Makefile | 7 ++++++- fnctl/install | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/fnctl/Makefile b/fnctl/Makefile index ba880f788..3e8317374 100644 --- a/fnctl/Makefile +++ b/fnctl/Makefile @@ -11,4 +11,9 @@ vendor: glide install -v test: - go test -v $(shell glide nv) \ No newline at end of file + go test -v $(shell glide nv) + +release: docker + GOOS=linux go build -o fnctl_linux + GOOS=darwin go build -o fnctl_mac + GOOS=windows go build -o fnctl.exe diff --git a/fnctl/install b/fnctl/install index c826471b5..cdbeddcb8 100644 --- a/fnctl/install +++ b/fnctl/install @@ -7,7 +7,7 @@ set -e # 'wget -qO- https://fn.iron.io/install | sh' # -release='0.0.46' +release='0.1.0' command_exists() { command -v "$@" > /dev/null 2>&1