This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch update-kerl-image in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit 30b39ee3b3777957ff0447722f67df7eab13872f Author: Adam Kocoloski <[email protected]> AuthorDate: Wed Jan 12 16:46:38 2022 -0500 Default to current Debian Stable for erlang:all --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 23749f4..d45d979 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DEBIANS="debian-stretch debian-buster debian-bullseye" UBUNTUS="ubuntu-xenial ubuntu-bionic ubuntu-focal" CENTOSES="centos-7 centos-8" -ERLANGALL_BASE="debian-buster" +ERLANGALL_BASE="debian-bullseye" XPLAT_BASE="debian-buster" # XPLAT_ARCHES="arm64v8 ppc64le" XPLAT_ARCHES="arm64v8"
