Skip to content

Commit 2ee2926

Browse files
authored
Merge pull request #326 from infosiftr/no-arm32
Drop arm32v6 and arm32v7 builds for now
2 parents 0e65005 + 461a3ec commit 2ee2926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ versionArches() {
7474
.[env.version].arches | to_entries[]
7575
| select(.value.'"$selector"')
7676
| .key
77+
# all arm32 builds are broken:
78+
# https://github.com/docker-library/docker/issues/260
79+
| select(startswith("arm32") | not)
7780
' versions.json | sort
7881
) \
7982
<(xargs -n1 <<<"$parentArches" | sort)

0 commit comments

Comments
 (0)