Merge pull request #177 from infosiftr/arm64

Add arm64v8 since it is now in the rabbitmq apt repo
This commit is contained in:
Tianon Gravi 2017-08-18 16:24:40 -04:00 committed by GitHub
commit 42d8debb80
1 changed files with 1 additions and 2 deletions

View File

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