mirror of https://github.com/docker/docs.git
Merge pull request #20114 from jfrazelle/fix-release-script
get os arch for release script
This commit is contained in:
commit
2a64d400b3
|
@ -14,6 +14,8 @@ set -e
|
||||||
#
|
#
|
||||||
# ... and so on and so forth for the builds created by hack/make/build-deb
|
# ... 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}
|
: ${DOCKER_RELEASE_DIR:=$DEST}
|
||||||
: ${GPG_KEYID:=releasedocker}
|
: ${GPG_KEYID:=releasedocker}
|
||||||
APTDIR=$DOCKER_RELEASE_DIR/apt/repo
|
APTDIR=$DOCKER_RELEASE_DIR/apt/repo
|
||||||
|
|
|
@ -14,6 +14,8 @@ set -e
|
||||||
#
|
#
|
||||||
# ... and so on and so forth for the builds created by hack/make/build-rpm
|
# ... 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}
|
: ${DOCKER_RELEASE_DIR:=$DEST}
|
||||||
YUMDIR=$DOCKER_RELEASE_DIR/yum/repo
|
YUMDIR=$DOCKER_RELEASE_DIR/yum/repo
|
||||||
: ${GPG_KEYID:=releasedocker}
|
: ${GPG_KEYID:=releasedocker}
|
||||||
|
|
Loading…
Reference in New Issue