Skip to content

Commit

Permalink
re-enable arm32v6 and arm32v7 builds
Browse files Browse the repository at this point in the history
Builds for these architectures were broken for some time, but this
should be resolved now, so we can re-enable these (fingers crossed).

This reverts commit 461a3ec.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 28, 2023
1 parent 112eb02 commit b0550bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ versionArches() {
.[env.version].arches | to_entries[]
| select(.value.'"$selector"')
| .key
# all arm32 builds are broken:
# https://github.com/docker-library/docker/issues/260
| select(startswith("arm32") | not)
' versions.json | sort
) \
<(xargs -n1 <<<"$parentArches" | sort)
Expand Down

0 comments on commit b0550bb

Please sign in to comment.