From 09f35f7573a1883a1eae4908ab75794a134deae2 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 3 Jun 2025 11:51:16 -0700 Subject: [PATCH] Remove outdated per-arch Jenkins badges Unfortunately we don't have a good replacement for these, but they're very, very outdated, so this removes them. --- update.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update.sh b/update.sh index ce2608fe8..a47444456 100755 --- a/update.sh +++ b/update.sh @@ -134,10 +134,6 @@ for image in "${images[@]}"; do # opensuse, etc partial='**No supported tags**' fi - elif [ -n "$ARCH_SPECIFIC_DOCS" ]; then - jenkinsJobUrl="https://doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo/" - jenkinsImageUrl="https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo.svg?label=%%IMAGE%%%20%20build%20job" - partial+=$'\n\n''[![%%IMAGE%% build status badge]('"$jenkinsImageUrl"')]('"$jenkinsJobUrl"')' fi replace_field "$targetFile" 'TAGS' "$partial"