diff --git a/roles/copr/backend/templates/resalloc/vm-aarch64-new b/roles/copr/backend/templates/resalloc/vm-aarch64-new index 69ea141ff5..f8b0ef0507 100755 --- a/roles/copr/backend/templates/resalloc/vm-aarch64-new +++ b/roles/copr/backend/templates/resalloc/vm-aarch64-new @@ -15,7 +15,7 @@ import argparse # configuration disk_pool = 'default' -img_volume = '{{ copr_builder_images.ppc64le }}' +img_volume = '{{ copr_builder_images.aarch64 }}' def get_parser():