From 2a6e03ce7ded1a02a894e89e17927dc4c5a03736 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Thu, 17 Aug 2017 15:30:08 -0700 Subject: [PATCH] Add arm64v8 since it is now in the rabbitmq apt repo --- generate-stackbrew-library.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 56eaebe..1ff4628 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -96,8 +96,7 @@ for version in "${versions[@]}"; do if [ "$variant" = 'debian' ]; then # no ppc64le for now: https://www.rabbitmq.com/debian/dists/testing/Release (no "ppc64el" in "Architectures") - # same with arm64 - variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+)//g')" + variantArches="$(echo " $variantArches " | sed -r -e 's/ ppc64le//g')" fi echo