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 ba7ea67 commit b3f8989Copy full SHA for b3f8989
generate-stackbrew-library.sh
@@ -94,11 +94,6 @@ for version in "${versions[@]}"; do
94
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/$variant/Dockerfile")"
95
variantArches="${parentRepoToArches[$variantParent]}"
96
97
- if [ "$variant" = 'debian' ]; then
98
- # no ppc64le for now: https://www.rabbitmq.com/debian/dists/testing/Release (no "ppc64el" in "Architectures")
99
- variantArches="$(echo " $variantArches " | sed -r -e 's/ ppc64le//g')"
100
- fi
101
-
102
echo
103
cat <<-EOE
104
Tags: $(join ', ' "${variantAliases[@]}")
0 commit comments