Skip to content

Commit

Permalink
Remove arm32v6 from the Architectures list (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 12, 2021
1 parent e0b2a7e commit 8785640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate-stackbrew-library.sh
Expand Up @@ -94,6 +94,9 @@ for variant in debian alpine; do

arches="${parentRepoToArches[$parent]}"

# https://github.com/memcached/memcached/issues/799
arches="$(sed -r -e 's/ arm32v6 / /g' <<<" $arches ")"

echo
cat <<-EOE
Tags: $(join ', ' "${variantAliases[@]}")
Expand Down

0 comments on commit 8785640

Please sign in to comment.