mirror of https://github.com/docker/docs.git
Merge pull request #14508 from jfrazelle/deb-rpm-make
add deb and rpm targets to makefile
This commit is contained in:
commit
a20994fd54
5
Makefile
5
Makefile
|
@ -46,6 +46,11 @@ binary: build
|
||||||
cross: build
|
cross: build
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross
|
$(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
|
test: build
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py
|
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py
|
||||||
|
|
Loading…
Reference in New Issue