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 1c0e9a4 commit 0faadd8Copy full SHA for 0faadd8
generate-stackbrew-library.sh
@@ -97,7 +97,7 @@ for version in "${versions[@]}"; do
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|arm64v[^ ]+)//g')"
101
fi
102
103
echo
0 commit comments