crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
209 stars 95 forks source link

Request: offer arm64v8 image #84

Open RaMdsC opened 2 years ago

RaMdsC commented 2 years ago

At the time of writing, the image offered in DockerHub supports only amd64; as of Q2 2022, it is estimated Arm holds 9.5% consumer and 7.1% server CPU market share 1, which indicates the usefulness of adding arm64v8 support.

moto-timo commented 1 year ago

The issue is that GitHub Actions (which is how we build, test and publish the containers) only has x86 workers. To build arm64 (which everyone wants, including me) we need a self-hosted arm64 GitHub Actions server.

lgrosz commented 1 year ago

Would buildx+qemu actions be an acceptable addition to enable cross-architecture images? See this. I apologize if the link becomes stale.

austinhallett commented 4 months ago

I have opened this pr https://github.com/crops/poky-container/pull/107 to enable multi architecture builds