Azure / Azure/aad-auth-proxy

No `arm64` architecture image variant available

Open
#49 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
19
Forks
22
PR merge metrics
No merged PRs in 30d

Description

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: https://github.com/Azure/aad-auth-proxy/blob/6c0f849997fa0d2ca3082b00710a2df130f31dc8/.pipelines/azure-pipeline-build.yml#L156

EDIT: Ah, I lied... Judging from your [`Dockerfile`](https://github.com/Azure/aad-auth-proxy/blob/main/src/Dockerfile#L17), 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.