-
Notifications
You must be signed in to change notification settings - Fork 59
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
support s390x #460
Comments
What code would we share with Anaconda for this? |
@cgwalters I raised a PR osbuild/images#758 for this issue. We can add a partition table for s390x after the PR gets merged. bootc-image-builder/bib/cmd/bootc-image-builder/partition_tables.go Lines 24 to 121 in 61863ff
|
I raised a PR #515 to include the latest images library that includes the fix for the issue reported above. This PR also updates the setting for |
@cgwalters I created PR #553 to add support for s390x. @achilleas-k For now, this PR enables QCOW2 only. |
I would like to add some smoke tests to |
I pushed I encountered several issues to build this image from the latest version of https://gitlab.com/fedora/bootc/base-images, so I manually modified the base image. I'll report the issues later. |
Thank you! I updated #566 to point to this container ref. When testing this (or clicking on the link above) I get a " Repository not found " error though, are these images maybe not set to public yet? |
@mvo5 Sorry. I made it public. |
|
@cgwalters Thank you for the info. I tested Will the support of the additional architectures eventually come to fedora-40, centos-stream-9, and rhel-9? BTW, I can't reproduce the issues I reported above any more in my environment, so please forgot it. |
https://gitlab.com/fedora/bootc/tracker/-/issues/15 will track the fedora/c{9,10s} efforts, and since CentOS Stream is RHEL it covers that too implicitly. |
@cgwalters Could you please close this issue unless any more change is necessary in this repo to support s390x? I understand that enablement of public container image builds are being tracked by the GitLab issue you mentioned. |
Thanks for all the work on this everyone! |
Copying the bits from here containers/bootc#569 related to bib
It'd also be really great here to figure out how to share code w/Anaconda I'd say.
The text was updated successfully, but these errors were encountered: