Re: [PATCH 0/5] Add ARM64 libguestfs Support
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 15, 2025 at 10:05:37PM +0200, Daniel Gomez wrote: > This patch series adds/fixes ARM64 support for kdevops libguestfs > workflows with cross-architecture handling and includes critical bug > fixes discovered during integration testing. > > Changes: > * ARM64 Support: Add ARM64 target detection with cross-architecture > image customization (full setup for same-arch, > firstboot-only for cross-arch due to binary compatibility) > * GRUB Fix: Resolve variable scoping issue causing kernel selection > tasks to be skipped > * libvirt User Fix: Fix incorrect task inclusion in user enablement > workflow > * Base Image Fix: Correct Ansible variable syntax in rolling release > warnings > > Testing: Successfully validated on ARM64 Debian 13 systems. > > Signed-off-by: Daniel Gomez <[email protected]> Applied and pushed, thanks! Luis