-
Notifications
You must be signed in to change notification settings - Fork 62
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
Bib failed to cross-build aarch64 on x86_64 Fedora 40 when config.json include disk.customizations #758
Comments
|
Thanks for your bugreport. Can you please provide some more information about the "localhost/manifest-test" container? What is this one based off, how did it get created? |
this is localhost/manifest
|
I suspect this is related to disk.customization in config.json. Since I notice if disk.customization is config.json, there is additional build action:org.osbuild.mkfs.btrfs (see log). Without that, I didn't find org.osbuild.mkfs.btrfs during building out logs |
There were some issues with advanced disk customizations and cross-building that got fixed with #689 However this particular issue seems to be that the bootc input container is derived from centos9 and a btrfs build is requested. This is unsupported, centos does not ship with btrfs. This should work with xfs/ext4 though. Could you please double check? |
It can succeed to cross build without advanced disk customizations although input container is centos bootc image. In my understanding, it looks like it only need host ,which support brtfs, such as Fedora.
|
The text was updated successfully, but these errors were encountered: