Skip arm32v6 on 8.6.0alpha2 (and alpha3) - #1676
Merged
Merged
Conversation
tianon
reviewed
Jul 29, 2026
| # php segfaults on arm32v6 for these pre-releases | ||
| # https://github.com/docker-library/php/issues/1675 | ||
| if [[ "$suite" =~ 'alpine'* ]]; then | ||
| if [[ "$fullVersion" == '8.6.0alpha'[23] ]]; then |
tianon
approved these changes
Jul 30, 2026
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jul 30, 2026
Changes: - docker-library/php@445bf414: Update to 8.5.9, 8.4.24, 8.3.33, 8.2.33 - docker-library/php@319d5ab7: Skip arm32v6 on 8.6.0alpha2 (and alpha3) (docker-library/php#1676) - docker-library/php@b0dbbcc5: Add a `cachebuster=` argument to API requests (docker-library/php#1677) - docker-library/php@c3638935: Update 8.6-rc to 8.6.0alpha3 - docker-library/php@1c88b272: Update 8.5-rc - docker-library/php@5de93e32: Update 8.4-rc
tianon
pushed a commit
to docker-library/official-images
that referenced
this pull request
Jul 30, 2026
Changes: - docker-library/php@445bf414: Update to 8.5.9, 8.4.24, 8.3.33, 8.2.33 - docker-library/php@319d5ab7: Skip arm32v6 on 8.6.0alpha2 (and alpha3) (docker-library/php#1676) - docker-library/php@b0dbbcc5: Add a `cachebuster=` argument to API requests (docker-library/php#1677) - docker-library/php@c3638935: Update 8.6-rc to 8.6.0alpha3 - docker-library/php@1c88b272: Update 8.5-rc - docker-library/php@5de93e32: Update 8.4-rc Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For now, skip failing builds on arm32v6. See #1675
8.6.0alpha3also fails. It has a tag, but no releasetar.xzon php.net so I tested the tag's "source code tar.gz".(exit 139 = 128 +11 -> segfault)