Skip to content

Commit

Permalink
build(makefile): removing confusing command from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin DeMaris committed Apr 27, 2017
1 parent ddf388e commit 532000d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ EXECUTABLE ?= drone-sentry
IMAGE ?= urbint/drone-sentry

docker:
go get
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o $(EXECUTABLE)
docker build --rm -t $(IMAGE) .

0 comments on commit 532000d

Please sign in to comment.