Skip to content

Commit b3f8989

Browse files
committed
Add ppc64le \m/
$ curl -fsSL 'https://www.rabbitmq.com/debian/dists/testing/Release' | grep ppc64el Architectures: alpha amd64 arm arm64 armeb armel armhf avr32 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m32 m32r m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el netbsd-alpha netbsd-i386 nios2 or1k powerpc powerpcel ppc64 ppc64el s390 s390x sh sh3 sh3eb sh4 sh4eb sparc sparc64 tilegx
1 parent ba7ea67 commit b3f8989

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
@@ -94,11 +94,6 @@ for version in "${versions[@]}"; do
9494
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/$variant/Dockerfile")"
9595
variantArches="${parentRepoToArches[$variantParent]}"
9696

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

0 commit comments

Comments
 (0)