#1169 Azure: Add aarch64 architecture
Merged 11 months ago by kevin. Opened 11 months ago by mhayden.
mhayden/pungi-fedora azure-aarch64  into  main

Azure: Allow images to fail for now
Major Hayden • 11 months ago  
Azure: Add aarch64 architecture
Major Hayden • 11 months ago  
file modified
+2 -2
@@ -321,11 +321,11 @@ 

                      # 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',

-                     'failable': ['x86_64'],

+                     'failable': ['*'],

                       }

          },

          {

Azure supports aarch64 instances and we should build those images.

Signed-off-by: Major Hayden major@redhat.com

This is not the correct parameter. You need to change arches. This parameter allows the build to fail without failing the compose.

rebased onto f6a10ed

11 months ago

@ngompa Well that will teach me to do two things at once. 🤦‍♂️ Should be fixed now. Thank you.

Note that right now aarch64 must pass while x86_64 can fail. We probably either 1) don't want either failing, or 2) allow any azure image to fail (by using '*' instead of specifying arches)

1 new commit added

  • Azure: Allow images to fail for now
11 months ago

Pull-Request has been merged by kevin

11 months ago
Metadata