Skip to content

Correct the Dockerfile.arm on the #378

@digas

Description

@digas

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions