Skip to content

Commit 52a2206

Browse files
authored
Merge pull request #447 from thaJeztah/reenable_arm32
re-enable arm32v6 and arm32v7 builds
2 parents 112eb02 + b0550bb commit 52a2206

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)