We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e65005 commit 461a3ecCopy full SHA for 461a3ec
generate-stackbrew-library.sh
@@ -74,6 +74,9 @@ versionArches() {
74
.[env.version].arches | to_entries[]
75
| select(.value.'"$selector"')
76
| .key
77
+ # all arm32 builds are broken:
78
+ # https://github.com/docker-library/docker/issues/260
79
+ | select(startswith("arm32") | not)
80
' versions.json | sort
81
) \
82
<(xargs -n1 <<<"$parentArches" | sort)
0 commit comments