Skip to content

Commit 0faadd8

Browse files
committed
Adjust sed to account for the possibility of multiple arm64vX
1 parent 1c0e9a4 commit 0faadd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ for version in "${versions[@]}"; do
9797
if [ "$variant" = 'debian' ]; then
9898
# no ppc64le for now: https://www.rabbitmq.com/debian/dists/testing/Release (no "ppc64el" in "Architectures")
9999
# same with arm64
100-
variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+) / /g')"
100+
variantArches="$(echo " $variantArches " | sed -r -e 's/ (ppc64le|arm64v[^ ]+)//g')"
101101
fi
102102

103103
echo

0 commit comments

Comments
 (0)