Finally admit defeat on arm32v7

This commit is contained in:
Tianon Gravi 2024-03-15 12:39:53 -07:00
parent c28a68e5a4
commit da71ed9ea0
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ for version; do
# https://github.com/memcached/memcached/issues/799
# https://github.com/docker-library/memcached/issues/69
arches="$(sed -r -e 's/ arm32v6 / /g' <<<" $arches ")"
arches="$(sed -r -e 's/ arm32v7 / /g' <<<" $arches ")"
echo
cat <<-EOE