labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

arm docker images

Open obbardc opened this issue 3 years ago • 3 comments

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 ?

obbardc avatar May 16 '22 14:05 obbardc

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.

jluebbe avatar May 16 '22 14:05 jluebbe

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

obbardc avatar May 16 '22 14:05 obbardc

Thanks.

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

jluebbe avatar May 16 '22 14:05 jluebbe