ensure debug
Build empanada images for imagefactory / buildx (push) Failing after 4s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2023-11-16 14:09:08 -07:00
parent eaf545acc4
commit f583ef5834
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if [ "$RLVER" -eq "9" ]; then
for repo in "${NONMODS_REPOS[@]}"; do
for arch in "${ARCHES[@]}"; do
createrepo_update "${TARGET}/${repo}/${arch}/os" "${REV}"
createrepo_update "${TARGET}/${repo}/${arch}/debug" "${REV}"
done
done
fi