ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.72k stars 270 forks source link

[REQUEST] Building an armv7 and arm64 in docker hub #194

Closed Elrondo46 closed 3 years ago

Elrondo46 commented 3 years ago

Can you do this ?

It's needed for RPi

ncabatoff commented 3 years ago

Hi @Elrondo46,

I'm open to the idea, and will probably do this someday. However, I don't run docker on my RPis though, and I don't yet know how to build multi-arch docker images, so I'm not sure when it will happen.

Elrondo46 commented 3 years ago

I can help you to build it

Elrondo46 commented 3 years ago

Check my pull request

ncabatoff commented 3 years ago

Hmm, interesting. I'm not sure I want to have a hybrid build system that uses both CircleCI and Github Actions. On the other hand I've been contemplating switching to Github Actions anyway, so if I take that route I'll be sure to consider your solution for generating the image outputs.

Elrondo46 commented 3 years ago

Thanks it is done