We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112eb02 + b0550bb commit 52a2206Copy full SHA for 52a2206
generate-stackbrew-library.sh
@@ -81,9 +81,6 @@ versionArches() {
81
.[env.version].arches | to_entries[]
82
| select(.value.'"$selector"')
83
| .key
84
- # all arm32 builds are broken:
85
- # https://github.com/docker-library/docker/issues/260
86
- | select(startswith("arm32") | not)
87
' versions.json | sort
88
) \
89
<(xargs -n1 <<<"$parentArches" | sort)
0 commit comments