You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the docker image 'mxschmitt/fritzbox_exporter'. In a linux VM everything is just plain fine.
When I use the same docker-compose on my Raspberry Pi I get: standard_init_linux.go:211: exec user process caused "exec format error"
Any clue how to solve this?
The text was updated successfully, but these errors were encountered:
I tried to build the dockerfile for arm ( referring to this link ). I changed the build command to env GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o /exporter
But again no luck:
The command '/bin/sh -c cd /go/src/github.com/mxschmitt/fritzbox_exporter/cmd/exporter && go get ./... && env GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o /exporter' returned a non-zero code: 139
BTW: recompiling won't be enough.
In my case an ARMv6 image was required to run ANYTHING on my Raspberry Pi. I chose ownaginatious/armv6h-archlinux successfully.
Hi,
I'm using the docker image 'mxschmitt/fritzbox_exporter'. In a linux VM everything is just plain fine.
When I use the same docker-compose on my Raspberry Pi I get:
standard_init_linux.go:211: exec user process caused "exec format error"
Any clue how to solve this?
The text was updated successfully, but these errors were encountered: