Skip to content

No arm64 architecture image variant availableΒ #49

@DrEsteban

Description

@DrEsteban

I'd like to run this on my RaspberryPi so I can remote_write Prometheus metrics to Azure Monitor. But I can't right now, because it appears an ARM64 image variant isn't currently being pushed.

It should be as easy as adding --platform linux/amd64,linux/arm64 to the docker buildx build command:

docker buildx build . --file ./Dockerfile --tag $(FULL_IMAGE_NAME) --metadata-file $(Build.ArtifactStagingDirectory)/build/metadata.json --push

EDIT: Ah, I lied... Judging from your Dockerfile, it appears you're building the Golang binary externally and copying it into the final image. So I'm not exactly sure what all you'd need to do on your custom build system to enable this, but it sure would be appreciated! As of now, I'll have to fork this and build my own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions