This adds ppc64le and s390x architectures to those supported
by hack/make/release-debs
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
| ... | ... |
@@ -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 |