Skip to content

Commit d8bb468

Browse files
authored
Merge pull request #994 from infosiftr/s390x-again
Add back s390x builds
2 parents 33b1561 + d6b85b5 commit d8bb468

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ for version in "${versions[@]}"; do
123123
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$dir/Dockerfile")"
124124
variantArches="${parentRepoToArches[$variantParent]}"
125125

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-
131126
echo
132127
cat <<-EOE
133128
Tags: $(join ', ' "${variantAliases[@]}")

0 commit comments

Comments
 (0)