Skip to content

Commit

Permalink
Merge pull request #447 from thaJeztah/reenable_arm32
Browse files Browse the repository at this point in the history
re-enable arm32v6 and arm32v7 builds
  • Loading branch information
yosifkit authored Sep 29, 2023
2 parents 112eb02 + b0550bb commit 52a2206
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 52a2206

Please sign in to comment.