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.
1 parent 8855c67 commit 1c0e9a4Copy full SHA for 1c0e9a4
generate-stackbrew-library.sh
@@ -96,7 +96,8 @@ 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
- variantArches="$(echo " $variantArches " | sed -r -e 's/ ppc64le / /g')"
+ # same with arm64
100
+ variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+) / /g')"
101
fi
102
103
echo
0 commit comments