Skip to content

Commit e990b2e

Browse files
authored
Skip arm32v6 on 8.6.0beta (#1679)
1 parent 67f2b80 commit e990b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ for version; do
147147
# php segfaults on arm32v6 for these pre-releases
148148
# https://github.com/docker-library/php/issues/1675
149149
if [[ "$suite" =~ 'alpine'* ]]; then
150-
if [[ "$fullVersion" == '8.6.0alpha'[23] ]]; then
150+
if [[ "$fullVersion" == '8.6.0beta'* ]]; then
151151
variantArches="$(jq <<<"$variantArches" --raw-input --raw-output '
152152
split(" ") - [ "arm32v6" ]
153153
| join(" ")

0 commit comments

Comments
 (0)