Please correct the arch type on this file Where you have on line 9 : ` ARG GOARCH="amd64"` should be: ` ARG GOARCH="arm"` On line 17 too `RUN [ $GOARCH = "amd64" ] && /redis_exporter -version || ls -la /redis_exporter`