joe-elliott / cert-exporter

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

arm builds to run the exporter in AWS graviton #98

Closed infa-kparida closed 2 years ago

infa-kparida commented 2 years ago

@joe-elliott: Our infrastructure is moving to get the benefit of ARM based AWS Graviton.We have been using this exporter in all our environments but it does not work due to different architecture.

Is it possible to build this exporter for arm please?

armv7 and arm64

joe-elliott commented 2 years ago

If we modify the goreleaser.yml file I think we can generate arm binaries fairly easily. Is this all you need?

infa-kparida commented 2 years ago

Yes that will help.Thank you

infa-nandhap commented 2 years ago

@joe-elliott is it possible to merge the PR and make a new release? I don't see ARM builds in docker hub