Nature40 / pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
GNU General Public License v3.0
127 stars 19 forks source link

Create docker images for linux/arm/v7 #65

Closed patrickelectric closed 9 months ago

patrickelectric commented 1 year ago

I'm trying to run pimod in a raspberry since some binds need to access the raspberry hardware to create the image, but that's not possible since there is no docker for the raspberry architecture.

oxzi commented 1 year ago

Thanks for reporting this issue!

The latest Docker images are now also being built for linux/arm/v7, as shown on Docker Hub https://hub.docker.com/r/nature40/pimod/tags. Please try them out and report back if everything works or something needs to be adjusted.

patrickelectric commented 1 year ago

Awesome @oxzi! I'll check it out!

oxzi commented 1 year ago

@patrickelectric: Did you find the time for checking it out?