containers / prometheus-podman-exporter

Prometheus exporter for podman environments exposing containers, pods, images, volumes and networks information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm64 images

woodfairy opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be really appreciated if there were builds for arm64 architecture.

Describe the solution you'd like
Official arm64 builds (I was not able to get them running by building images myself, using same Containerfile but "arm64" as ARCH variable)

Thanks and best regards

Hi @woodfairy
Added (#141).

Available tags:

image

If you want to build the container image your self, clone from main branch and then:

# make binary-remote-arm64
# podman image build --squash-all -f Containerfile --platform linux/arm64 .