flatpak-github-actions icon indicating copy to clipboard operation
flatpak-github-actions copied to clipboard

Drop usage of setup-qemu-action

Open bilelmoussaoui opened this issue 2 years ago • 1 comments

The action doesn't do anything complicated. We should provide a base aarch64 image that already contains whatever is needed for emulation through qemu to work.

bilelmoussaoui avatar Mar 19 '23 12:03 bilelmoussaoui

Potential solution would be to rely on qemu-user-static- packages.

The main issue is that the binfmt registering apparently can only be done while running the image not while creating it. Fedora usually does it with systemd-binfmt service, but docker…

tytan652 avatar Dec 12 '23 10:12 tytan652