mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
copr-hv: uploaded image name to have architecture in it's name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user