-
Couldn't load subscription status.
- Fork 23
Add ARM64 overcloud host image builds #1941
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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.
It would be nice to include some validation to make sure we're actually building images for the right arch.
Unfortunately it doesn't come out of qemu-img info, the cleanest I have of finding it is:
sudo apt install -y libguestfs-tools
sudo guestfish --ro -a path/to/image -i file /bin/bash | grep x86-64
or
sudo apt install -y libguestfs-tools
sudo guestfish --ro -a path/to/image -i file /bin/bash | grep aarch64
Co-authored-by: Alex Welsh <[email protected]>
|
@cityofships looks like you have a conflict. Needs a rebase, and probably worth squashing while you're at it |
An alternative to #1497.
Depends on: stackhpc/stackhpc-release-train#441