Makefile: add docker images targets
This commit is contained in:
parent
41daf61da4
commit
06d6d18305
10
Makefile
10
Makefile
@ -63,4 +63,12 @@ tools/bin/gocovmerge:
|
|||||||
GOBIN=$(PROJDIR)/tools/bin go install github.com/wadey/gocovmerge
|
GOBIN=$(PROJDIR)/tools/bin go install github.com/wadey/gocovmerge
|
||||||
|
|
||||||
webbundle/bindata.go: tools/bin/go-bindata $(WEBDISTPATH)
|
webbundle/bindata.go: tools/bin/go-bindata $(WEBDISTPATH)
|
||||||
./tools/bin/go-bindata -o webbundle/bindata.go -tags webbundle -pkg webbundle -prefix "$(WEBDISTPATH)" -nocompress=true "$(WEBDISTPATH)/..."
|
./tools/bin/go-bindata -o webbundle/bindata.go -tags webbundle -pkg webbundle -prefix "$(WEBDISTPATH)" -nocompress=true "$(WEBDISTPATH)/..."
|
||||||
|
|
||||||
|
.PHONY: docker-agola
|
||||||
|
docker-agola:
|
||||||
|
docker build --target agola . -t agola
|
||||||
|
|
||||||
|
.PHONY: docker-agolademo
|
||||||
|
docker-agolademo:
|
||||||
|
docker build . -t agolademo
|
Loading…
Reference in New Issue
Block a user