Skip to content

Commit b0550bb

Browse files
committed
re-enable arm32v6 and arm32v7 builds
Builds for these architectures were broken for some time, but this should be resolved now, so we can re-enable these (fingers crossed). This reverts commit 461a3ec. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 112eb02 commit b0550bb

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
@@ -81,9 +81,6 @@ versionArches() {
8181
.[env.version].arches | to_entries[]
8282
| select(.value.'"$selector"')
8383
| .key
84-
# all arm32 builds are broken:
85-
# https://github.com/docker-library/docker/issues/260
86-
| select(startswith("arm32") | not)
8784
' versions.json | sort
8885
) \
8986
<(xargs -n1 <<<"$parentArches" | sort)

0 commit comments

Comments
 (0)