copr-hv: uploaded image name to have architecture in it's name

This commit is contained in:
Pavel Raiskup
2021-07-12 10:17:15 +02:00
parent d10cb77f9b
commit e931ead047

View File

@@ -16,7 +16,7 @@ connections='
new_volume=$2
if test -z "$new_volume"; then
image_prefix=copr-builder-
image_prefix=copr-builder-$(uname -m)-
new_volume=$image_prefix$(date +"%Y%m%d_%H%M%S")
fi