jmcgrath207 / k8s-ephemeral-storage-metrics

Prometheus ephemeral storage metrics exporter
https://jmcgrath207.github.io/k8s-ephemeral-storage-metrics/
MIT License
99 stars 36 forks source link

Add Arm image builds #39

Closed jmcgrath207 closed 6 months ago

matzegebbe commented 6 months ago

Do you have the idea to provide ARM images or do you need help? https://github.com/docker/setup-buildx-action is suitable for this @jmcgrath207

jmcgrath207 commented 6 months ago

Nope, haven't found the need yet.

So, I don't have a release pipeline. I build it locally with make release

If you want to add arm support, here is where I call those docker build scripts.

https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/blob/main/scripts/release-docker.sh#L18-L28

Thanks!