amimof / node-cert-exporter

An SSL certificate Prometheus exporter
Apache License 2.0
173 stars 35 forks source link

Add multi-platform support to Docker build workflow #87

Closed DeltaWhy closed 10 months ago

DeltaWhy commented 11 months ago

Closes #86 .

- What I did Updated release.yml workflow to build multi-platform Docker images (currently linux/amd64 and linux/arm64).

- How I did it Following this guide: https://docs.docker.com/build/ci/github-actions/multi-platform/

- How to verify it See tag v1.1.4-arm2 on my fork - Docker image is here: https://github.com/DeltaWhy/node-cert-exporter/pkgs/container/node-cert-exporter/145642005?tag=v1.1.4-arm2

- Description for the CHANGELOG Add arm64 Docker build workflow

amimof commented 10 months ago

Looks good! Closes #86