-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable RHEL 8 Azure images for aarch64 #3250
Conversation
The previous error didn't make it clear where the issue was coming from. Now it explains that the problem is that a partition table for a given architecture isn't specified on the image type.
Copy of the partition table for the same image type in RHEL 9.
The Azure image types require hyperv-daemons which isn't available on RHEL 8 prior to 8.6.
Add the rhui-azure rpmrepo snapshots to aarch64 repositories. The repos are labelled as x86_64 but they're actually 'noarch' and we name them x86_64 when creating the snapshots.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks almost illegally simple. Also looks good to me. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest-diff
job [0] as manifests.diff
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mirror of #3192 for RHEL 8.
This PR enables building Azure aarch64 images for RHEL 8.
Boot tested the RHEL 8.7 "vhd" image on Azure.
Ref COMPOSER-1875