We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e65005 + 461a3ec commit 2ee2926Copy full SHA for 2ee2926
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