Browse code

[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>

Christopher Jones authored on 2017/01/31 07:44:33
Showing 3 changed files
... ...
@@ -24,6 +24,7 @@ RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list
24 24
 # Packaged dependencies
25 25
 RUN apt-get update && apt-get install -y \
26 26
 	apparmor \
27
+	apt-utils \
27 28
 	aufs-tools \
28 29
 	automake \
29 30
 	bash-completion \
... ...
@@ -20,6 +20,7 @@ FROM s390x/debian:jessie
20 20
 # Packaged dependencies
21 21
 RUN apt-get update && apt-get install -y \
22 22
 	apparmor \
23
+	apt-utils \
23 24
 	aufs-tools \
24 25
 	automake \
25 26
 	bash-completion \
... ...
@@ -22,7 +22,7 @@ APTDIR=$DOCKER_RELEASE_DIR/apt/repo
22 22
 mkdir -p "$APTDIR/conf" "$APTDIR/db" "$APTDIR/dists"
23 23
 
24 24
 # supported arches/sections
25
-arches=( amd64 i386 armhf )
25
+arches=( amd64 i386 armhf ppc64le s390x )
26 26
 
27 27
 # Preserve existing components but don't add any non-existing ones
28 28
 for component in main testing experimental ; do