Signed-off-by: Jessica Frazelle <acidburn@docker.com>
| ... | ... |
@@ -14,6 +14,8 @@ set -e |
| 14 | 14 |
# |
| 15 | 15 |
# ... and so on and so forth for the builds created by hack/make/build-deb |
| 16 | 16 |
|
| 17 |
+source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch" |
|
| 18 |
+ |
|
| 17 | 19 |
: ${DOCKER_RELEASE_DIR:=$DEST}
|
| 18 | 20 |
: ${GPG_KEYID:=releasedocker}
|
| 19 | 21 |
APTDIR=$DOCKER_RELEASE_DIR/apt/repo |
| ... | ... |
@@ -14,6 +14,8 @@ set -e |
| 14 | 14 |
# |
| 15 | 15 |
# ... and so on and so forth for the builds created by hack/make/build-rpm |
| 16 | 16 |
|
| 17 |
+source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch" |
|
| 18 |
+ |
|
| 17 | 19 |
: ${DOCKER_RELEASE_DIR:=$DEST}
|
| 18 | 20 |
YUMDIR=$DOCKER_RELEASE_DIR/yum/repo |
| 19 | 21 |
: ${GPG_KEYID:=releasedocker}
|