labgrid-project / labgrid

Embedded systems control library for development, testing and installation
https://labgrid.readthedocs.io/
Other
327 stars 164 forks source link

arm docker images #917

Closed obbardc closed 1 month ago

obbardc commented 2 years ago

hey! Seems like the docker images posted to https://hub.docker.com/u/labgrid are amd64 only. Is it possible to push (at least) arm64 images too ?

jluebbe commented 2 years ago

They are built using https://github.com/labgrid-project/labgrid/blob/master/.github/workflows/docker.yml.

As we deploy labgrid differently (using Debian packages built via CI or via meta-labgrid), we don't really use the Docker images much and would appreciate contributions there. I'm not sure if they should be build via qemu emulation or if there is a better way. @JPEWdev might have some ideas, as he worked on the images some time ago.

obbardc commented 2 years ago

Right, I will work on updating the docker github action then ;-)

jluebbe commented 2 years ago

Thanks.

Please note that for the exporter, you need to allow access to /dev and udev.

Bastian-Krause commented 1 month ago

Resolved by #917.