copr: builders: correct aarch64 builder image variable
This commit is contained in:
parent
fbbbc627d2
commit
b0533dadc5
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue