From 22e9c0668304dad354820f1d466df4d80c4c613a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 19 Jan 2022 09:58:11 -0800 Subject: [PATCH] Remove mips64le from 3.10 --- generate-stackbrew-library.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 124b9d3cc..181dac395 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -134,6 +134,11 @@ for version in "${versions[@]}"; do sharedTags+=( "${versionAliases[@]}" ) fi + if [ "$version" = '3.10' ]; then + # https://github.com/docker-library/python/issues/682 + variantArches="$(sed -r -e 's/ mips64le / /g' <<<" $variantArches ")" + fi + echo echo "Tags: $(join ', ' "${variantAliases[@]}")" if [ "${#sharedTags[@]}" -gt 0 ]; then pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy