Merge pull request #177 from infosiftr/arm64
Add arm64v8 since it is now in the rabbitmq apt repo
This commit is contained in:
commit
42d8debb80
|
|
@ -96,8 +96,7 @@ for version in "${versions[@]}"; do
|
||||||
|
|
||||||
if [ "$variant" = 'debian' ]; then
|
if [ "$variant" = 'debian' ]; then
|
||||||
# no ppc64le for now: https://www.rabbitmq.com/debian/dists/testing/Release (no "ppc64el" in "Architectures")
|
# 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//g')"
|
||||||
variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+)//g')"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue