[ppc64le/s390x] add p/z to release-deb

This adds ppc64le and s390x architectures to those supported
by hack/make/release-debs

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
Upstream-commit: 9db1d16053b9c94586d4233a1f4067eede24947e
Component: engine
This commit is contained in:
Christopher Jones
2017-01-30 17:44:33 -05:00
parent c74a5fc7cf
commit 02217a3ce5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list
# Packaged dependencies
RUN apt-get update && apt-get install -y \
apparmor \
apt-utils \
aufs-tools \
automake \
bash-completion \
+1
View File
@@ -20,6 +20,7 @@ FROM s390x/debian:jessie
# Packaged dependencies
RUN apt-get update && apt-get install -y \
apparmor \
apt-utils \
aufs-tools \
automake \
bash-completion \
+1 -1
View File
@@ -22,7 +22,7 @@ APTDIR=$DOCKER_RELEASE_DIR/apt/repo
mkdir -p "$APTDIR/conf" "$APTDIR/db" "$APTDIR/dists"
# supported arches/sections
arches=( amd64 i386 armhf )
arches=( amd64 i386 armhf ppc64le s390x )
# Preserve existing components but don't add any non-existing ones
for component in main testing experimental ; do