grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
30 stars 1 forks source link

Implement image pipeline #88

Closed the-it closed 8 months ago

the-it commented 8 months ago

ref: #80

The PR implements the image pipeline for cloudcost-exporter. It will not build the images pre merge, as the arm64 build takes 12 minutes currently. Instead we will execute all steps on merge and produce an image with every merged PR.

Small drive-by: I toke @zerok solution to detect the go version from the Dockerfile to build the tests.

zerok commented 8 months ago

Will work on adding the platform parameter today. Shouldn't take too long, hopefully 😄