We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b1561 + d6b85b5 commit d8bb468Copy full SHA for d8bb468
generate-stackbrew-library.sh
@@ -123,11 +123,6 @@ for version in "${versions[@]}"; do
123
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$dir/Dockerfile")"
124
variantArches="${parentRepoToArches[$variantParent]}"
125
126
- # 7.2 no longer supports s390x
127
- # #error "Not yet implemented"
128
- # https://github.com/docker-library/php/pull/487#issue-254755661
129
- variantArches="$(echo " $variantArches " | sed -r -e 's/ s390x//g')"
130
-
131
echo
132
cat <<-EOE
133
Tags: $(join ', ' "${variantAliases[@]}")
0 commit comments