add checksum for new link

This commit is contained in:
Louis Abel 2023-01-03 23:50:01 -07:00
parent 8749fc465f
commit 99153633af
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 9 additions and 0 deletions

View File

@ -1046,8 +1046,17 @@ class IsoBuild:
i
)
latestname = '{}/{}-{}-latest-{}-{}.iso'.format(
a,
self.shortname,
self.major_version,
a,
i
)
checksum_list.append(isoname)
checksum_list.append(genericname)
checksum_list.append(latestname)
for pod in entry_name_list:
podman_cmd_entry = '{} run -d -it -v "{}:{}" -v "{}:{}" --name {} --entrypoint {}/{} {}'.format(