sysulq / nginx-vts-exporter

Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption
https://sysulq.github.io/nginx-vts-exporter/
MIT License
645 stars 142 forks source link

how to build in arm/aarch64 env ? #97

Closed szboyb closed 1 year ago

rainteas commented 2 years ago

+1

lusson-luo commented 2 years ago

+1

sysulq commented 2 years ago

Maybe you should try this?

GOOS=linux GOARCH=arm64 go build
Zzqqc commented 2 years ago

+2

wwh131 commented 1 year ago

+3

wwh131 commented 1 year ago

image 在ARM64上make报错了

sysulq commented 1 year ago

https://github.com/hnlq715/nginx-vts-exporter/releases/tag/v0.10.8

here is the release with arm64 binary assets

wwh131 commented 1 year ago

That's right, brother. I'll try and see if it works right away!