Skip to content

Commit

Permalink
Use latest golang, don't gzip release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Sep 20, 2016
1 parent 4f3a568 commit e63e155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ ARCH := $(shell go env GOHOSTARCH)
# - Attach the binaries from ./bin/*

release: bin/iamy-linux-amd64 bin/iamy-$(OS)-$(ARCH)
gzip bin/*

bin/iamy-linux-amd64:
@mkdir -p bin
docker run -it -v $$GOPATH:/go library/golang go build $(GOBUILD_ARGS) -o /go/src/github.com/99designs/iamy/$@ github.com/99designs/iamy
docker run -it -v $$GOPATH:/go golang:latest go build $(GOBUILD_ARGS) -o /go/src/github.com/99designs/iamy/$@ github.com/99designs/iamy

bin/iamy-$(OS)-$(ARCH):
@mkdir -p bin
Expand Down

0 comments on commit e63e155

Please sign in to comment.