Skip to content

Commit

Permalink
Finally admit defeat on arm32v7
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 15, 2024
1 parent c28a68e commit da71ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da71ed9

Please sign in to comment.