mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Remove support for arm32v5 (takes days to build)
This commit is contained in:
parent
43d6e49646
commit
55191f909e
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ for version in "${versions[@]}"; do
|
|||
;;
|
||||
esac
|
||||
|
||||
# arm32v5 takes _way_ too long to build (on the order of days)
|
||||
variantArches="$(echo " $variantArches " | sed -r -e 's/ arm32v5//g')"
|
||||
|
||||
echo
|
||||
cat <<-EOE
|
||||
Tags: $(join ', ' "${variantAliases[@]}")
|
||||
|
|
Loading…
Reference in a new issue