-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello,
Love this program and definitely have a big use for it as I have a few supermicro boards with the dreaded Java 7 IPMI, so this is a life saver.
I've tried to run it on the Pi but it doesn't seem like it's made to work on arm-v7. The Pi would be a great little box to host this software so i can configure all my supermicro boards and access from a central location (was even thinking of running it in Docker).
I had a brief look at your Dockerfiles, you seem to be using python:3-buster and debian:jesse images, which I believe all have options for arm versions, so I think... it should be possibler, but I haven't gone through the python code to see if there's anything specific/hard-coded in there.
Any tips would be great, even if I have to do a bit of work on my end!
Thanks.