From e931ead047cd4df8a394cadd84186aedeac8062c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 12 Jul 2021 10:17:15 +0200 Subject: [PATCH] copr-hv: uploaded image name to have architecture in it's name --- roles/copr/backend/templates/provision/upload-qcow2-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/provision/upload-qcow2-images b/roles/copr/backend/templates/provision/upload-qcow2-images index c1dd3c8577..9e2521e9c9 100755 --- a/roles/copr/backend/templates/provision/upload-qcow2-images +++ b/roles/copr/backend/templates/provision/upload-qcow2-images @@ -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