caarlos0 / speedtest-exporter

Exports speedtest-cli metrics in the prometheus format
Apache License 2.0
51 stars 7 forks source link

Build and release for arm7 #8

Open mavogel opened 3 years ago

mavogel commented 3 years ago

I love your projects @caarlos0 . Currently, I'm setting up my raspi, however, I get the error

Failed to pull image "ghcr.io/caarlos0/speedtest-exporter:v1.1.4": rpc error: code = NotFound desc = failed to pull and unpack image "ghcr.io/caarlos0/speedtest-exporter:v1.1.4": no match for platform in manifest: not found

and arch gives me armv7l. AFAICS you are using a general file https://github.com/caarlos0/goreleaserfiles/blob/main/docker.yml, so you might know best how to extend it properly because the effect might then be bigger.

Best Manuel

mavogel commented 3 years ago

I tried it out locally and got it working by

caarlos0 commented 3 years ago

hey, yeah, its releasing for arm64 and amd64 only right now... feel free to open a pr here :)

you can remove the include from the docker config and copy over and change whats needed 🙏