You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/05/03 03:07:51 UTC

[couchdb-pkg] 01/01: Add aarch64-debian-stretch platform

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch add-aarch64
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 195864077303ca4b61abf6ef79c6eeb1c03977e1
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Thu May 2 20:07:43 2019 -0700

    Add aarch64-debian-stretch platform
---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 82d843d..c0ef667 100755
--- a/build.sh
+++ b/build.sh
@@ -29,9 +29,9 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 # TODO derive these by interrogating the Docker repo rather tha
 # hard coding the list
-DEBIANS="debian-jessie debian-stretch"
+DEBIANS="debian-jessie debian-stretch aarch64-debian-stretch"
 UBUNTUS="ubuntu-trusty ubuntu-xenial ubuntu-bionic"
-debs="(debian-jessie|debian-stretch|ubuntu-trusty|ubuntu-xenial|ubuntu-bionic)"
+debs="(debian-jessie|debian-stretch|aarch64-debian-stretch|ubuntu-trusty|ubuntu-xenial|ubuntu-bionic)"
 
 CENTOSES="centos-6 centos-7"
 rpms="(centos-6|centos-7)"