We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d76799 + 2a6e03c commit 42d8debCopy full SHA for 42d8deb
generate-stackbrew-library.sh
@@ -96,8 +96,7 @@ for version in "${versions[@]}"; do
96
97
if [ "$variant" = 'debian' ]; then
98
# no ppc64le for now: https://www.rabbitmq.com/debian/dists/testing/Release (no "ppc64el" in "Architectures")
99
- # same with arm64
100
- variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+)//g')"
+ variantArches="$(echo " $variantArches " | sed -r -e 's/ ppc64le//g')"
101
fi
102
103
echo
0 commit comments