joe-elliott / cert-exporter

A Prometheus exporter that publishes cert expirations on disk and in Kubernetes secrets
Apache License 2.0
313 stars 88 forks source link

ARM Docker images #134

Closed 95gabor closed 1 year ago

95gabor commented 1 year ago

Cloud you build and publish ARM-based Docker images?

joe-elliott commented 1 year ago

This doesn't seem terribly difficult:

https://docs.docker.com/build/ci/github-actions/multi-platform/

Which arm platforms are you wanting to target?

95gabor commented 1 year ago

This doesn't seem terribly difficult:

https://docs.docker.com/build/ci/github-actions/multi-platform/

Which arm platforms are you wanting to target?

ARM64 would be perfect.

joe-elliott commented 1 year ago

@95gabor i believe this is done:

image

It should be available in helm chart 3.4.1. Let me know if you have any issues!

95gabor commented 1 year ago

Thank you very much! It is working as expected. 🚀