Skip to content

Commit

Permalink
Docker not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Bondi committed Aug 30, 2017
1 parent 3943150 commit 0738cd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all deps fmt vet test docker builddev
.PHONY: all deps fmt vet test builddev

EXECUTABLE ?= drone-secrets
IMAGE ?= fixate/$(EXECUTABLE):latest
Expand All @@ -24,9 +24,6 @@ test:
$(EXECUTABLE): $(wildcard *.go)
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-s -w $(LDFLAGS)'

docker: $(EXECUTABLE)
docker build --rm -t $(IMAGE) .

builddev:
go build -ldflags '-s -w $(LDFLAGS)'

Expand Down

0 comments on commit 0738cd8

Please sign in to comment.