Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ for version; do
# 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
if [[ "$fullVersion" == '8.6.0beta'* ]]; then
variantArches="$(jq <<<"$variantArches" --raw-input --raw-output '
split(" ") - [ "arm32v6" ]
| join(" ")
Expand Down
Loading