Skip to content

Commit dee264d

Browse files
committed
Remove arch exclusions -- 4.0 is now working on s390x!
Closes #193
1 parent 77fadbf commit dee264d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ for version; do
8484
parent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/Dockerfile")"
8585
arches="${parentRepoToArches[$parent]}"
8686

87-
# s390x is not actually supported
88-
# https://github.com/docker-library/cassandra/pull/116#issuecomment-326654542
89-
# https://github.com/docker-library/cassandra/issues/193
90-
# https://issues.apache.org/jira/browse/CASSANDRA-11054
91-
arches="$(sed -r -e 's/ s390x / /g' <<<" $arches ")"
92-
93-
# riscv64 doesn't have a proper Java port yet
94-
arches="$(sed -r -e 's/ riscv64 / /g' <<<" $arches ")"
95-
96-
arches="$(xargs -n1 <<<"$arches" | sort)"
97-
9887
commit="$(dirCommit "$version")"
9988

10089
echo

0 commit comments

Comments
 (0)