We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cddae commit f39a03aCopy full SHA for f39a03a
1 file changed
Makefile
@@ -4,7 +4,7 @@ PACKAGES := $(shell go list -f {{.Dir}} ./...)
4
GOFILES := $(addsuffix /*.go,$(PACKAGES))
5
GOFILES := $(wildcard $(GOFILES))
6
7
-.PHONY: clean release docker
+.PHONY: clean release docker docker-latest
8
9
# go get -u github.com/github/hub
10
release: zip
0 commit comments