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.
1 parent 77fadbf commit dee264dCopy full SHA for dee264d
generate-stackbrew-library.sh
@@ -84,17 +84,6 @@ for version; do
84
parent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/Dockerfile")"
85
arches="${parentRepoToArches[$parent]}"
86
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
98
commit="$(dirCommit "$version")"
99
100
echo
0 commit comments