Packaging, issue #1174: Add pure binary to docker release

This commit is contained in:
Daniel Mizyrycki 2013-07-10 17:39:00 -07:00
parent 5c49a61353
commit bf26ae03cf
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ whichrelease:
release: $(BINRELEASE)
s3cmd -P put $(BINRELEASE) s3://get.docker.io/builds/`uname -s`/`uname -m`/docker-$(RELEASE_VERSION).tgz
s3cmd -P put docker-latest.tgz s3://get.docker.io/builds/`uname -s`/`uname -m`/docker-latest.tgz
s3cmd -P put $(SRCRELEASE)/bin/docker s3://get.docker.io/builds/`uname -s`/`uname -m`/docker
srcrelease: $(SRCRELEASE)
deps: $(DOCKER_DIR)