willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.56k stars 484 forks source link

ARMv7 (Raspberry PI) docker image support? #345

Closed flochtililoch closed 2 years ago

flochtililoch commented 2 years ago

I've tried running the Docker image on two raspberry PIs (raspberry PI 2 / Debian, raspberry PI 3 / Alpine) but facing issues when the app starts:

standard_init_linux.go:211: exec user process caused "exec format error"

I'll try to build the image myself, but am curious if this is just my setup, or if the image right now just does not have support for these platforms.