metal-stack / nftables-exporter

prometheus exporter for nftables metrics
GNU General Public License v3.0
19 stars 7 forks source link

Release amd64 and arm64 versions #25

Closed orblazer closed 4 months ago

orblazer commented 5 months ago

Hello, This PR add support for release both amd and arm 64 version. I have make it modular to easily add more release. This also remove useless rel folder from the repo.

This code was inspired by https://github.com/VictoriaMetrics/VictoriaMetrics.

Note: i havent tried if this broke following step : Upload image tarballs to GCS

Thanks

majst01 commented 4 months ago

@vknabel would you please check if this is valid

majst01 commented 4 months ago

Hi, thanks for your contribution, it would be nice if you can align this multi arch build the way we build one of our binaries like seen here: https://github.com/metal-stack/metalctl/blob/master/Makefile

orblazer commented 4 months ago

Hello, I think it's now following your standard.