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.
This commit is contained in:
Tianon Gravi 2025-06-03 11:51:16 -07:00
parent 8866e046fa
commit 09f35f7573
1 changed files with 0 additions and 4 deletions

View File

@ -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"