Azure: Add aarch64 architecture

Azure supports aarch64 instances and we should build those images.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-04-27 10:34:37 -05:00
parent cf9f39d1e9
commit f6a10ed79a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ image_build = {
# we use the `Fedora-30` profile.
'distro': 'Fedora-30',
'disk_size': 5,
'arches': ['x86_64'],
'arches': ['aarch64', 'x86_64'],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Cloud_Base',