get os arch for release script

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Upstream-commit: 26da52d4a5ae101c638ea5b093f7262a744251f0
Component: engine
This commit is contained in:
Jessica Frazelle
2016-02-08 10:57:04 -08:00
parent a385c08b38
commit e47678e267
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ set -e
#
# ... and so on and so forth for the builds created by hack/make/build-deb
source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch"
: ${DOCKER_RELEASE_DIR:=$DEST}
: ${GPG_KEYID:=releasedocker}
APTDIR=$DOCKER_RELEASE_DIR/apt/repo

View File

@ -14,6 +14,8 @@ set -e
#
# ... and so on and so forth for the builds created by hack/make/build-rpm
source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch"
: ${DOCKER_RELEASE_DIR:=$DEST}
YUMDIR=$DOCKER_RELEASE_DIR/yum/repo
: ${GPG_KEYID:=releasedocker}