Skip to content
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

Drop usage of setup-qemu-action #124

Open
bilelmoussaoui opened this issue Mar 19, 2023 · 1 comment
Open

Drop usage of setup-qemu-action #124

bilelmoussaoui opened this issue Mar 19, 2023 · 1 comment
Labels
containers enhancement New feature or request good first issue Good for newcomers

Comments

@bilelmoussaoui
Copy link
Member

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.

@tytan652
Copy link
Contributor

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants