Skip to content

Commit 4883cab

Browse files
committed
Re-enable arm32v5
1 parent 49ff030 commit 4883cab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ for version in "${versions[@]}"; do
133133
;;
134134
esac
135135

136-
# arm32v5 takes _way_ too long to build (on the order of days)
137-
variantArches="$(echo " $variantArches " | sed -r -e 's/ arm32v5//g')"
138-
139136
echo
140137
echo "Tags: $(join ', ' "${variantAliases[@]}")"
141138
if [ "$variant" = "$debianSuite" ] || [ "$variant" = 'windowsservercore' ]; then

0 commit comments

Comments
 (0)