F42: Update sync-script for f42

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-08-16 12:53:22 -04:00
commit 146a5e1e4b

View file

@ -51,7 +51,7 @@ arch_to_goarch() {
# need to move the fedora:latest tag
current_stable="40"
# Define what is rawhide so we know to push that tag
current_rawhide="41"
current_rawhide="42"
# Sanity checking
if ! [[ "${1}" =~ ^-?[0-9]+$ ]];
then
@ -89,6 +89,7 @@ fi
if [[ ${1} -eq "$current_rawhide" ]]; then
tagname="rawhide"
fi
if [[ -z "$stage" ]]; then
registries=("registry.fedoraproject.org" "candidate-registry.fedoraproject.org" "quay.io/fedora")
else