edgeInstallerImgTypeAarch64 use x86 pkg? #35
Unanswered
zhangdexin
asked this question in
Q&A
Replies: 0 comments 3 replies
-
Hi. Thanks for pointing this out. This is a bug. I'm currently working on defining a lot more image types for RHEL 8.5 and I'll correct this in the process or immediately after. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was fixed by commit 44cf29dad0d21cd85ea83f235760c73d438f9446 (released in v32) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about edgeInstallerImgTypeAarch64 imagetype.
Currently, I want to do iso for aarch64 and I find out i can ref rhel85/distro.go
I find the edgeInstallerImgTypeAarch64 use x86 pkg in rhel85/distro.go.
the code:
edgeCommitX86PkgSet, edgeInstallerPkgSet and edgeInstallerPkgSet all has some rpms only for x86, eg:
grub2-efi-x64-cdboot, shim-x64 ...
.So I build aarch64 iso that need add repo of x86?
Beta Was this translation helpful? Give feedback.
All reactions