hansmi / prometheus-paperless-exporter

Paperless-ngx metrics for Prometheus
BSD 3-Clause "New" or "Revised" License
26 stars 1 forks source link

add arm64 support #32

Closed simono41 closed 3 weeks ago

simono41 commented 1 month ago

Since I use a VM with arm64 architecture and wanted to use this Prometheus exporter, I expanded the .goreleaser.yml to include arm64 support. The build worked so far, but you need to test it to see if you can upload the images here correctly.

hansmi commented 3 weeks ago

@simono41, thank you once again for your proposal here. Getting everything to work through GitHub actions required installing QEMU, but otherwise your config was almost there (modulo the bits removing builds).

Release 0.0.5 now has a Linux/arm64 build.