1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #14508 from jfrazelle/deb-rpm-make

add deb and rpm targets to makefile
This commit is contained in:
Jessie Frazelle 2015-07-13 09:48:43 -07:00
commit a20994fd54

View file

@ -46,6 +46,11 @@ binary: build
cross: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross
deb: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary build-deb
rpm: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary build-rpm
test: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py