copr: builders: correct aarch64 builder image variable

This commit is contained in:
Pavel Raiskup
2019-08-14 15:40:33 +02:00
committed by Pierre-Yves Chibon
parent fbbbc627d2
commit b0533dadc5

View File

@@ -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():