-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 Docker Image #188
Comments
Hello @jordanfelle, we have received your request. Currently, we are looking at the goreleaser tool that we use to create releases to Docker and figuring out the capability. In the meantime, if you have time, can you try building the relay for AMD64 with the source code and see does that work for you? If you can verify that building for ARM64 is working, that would be one less obstacle for us to publish an ARM64 Docker Image. |
I spun up a c7g instance and was able to build for ARM64 without any issues, I just started it up with a dummy conf but no errors were seen. |
@jordanfelle Thank you for testing it out! |
Filed Internally as 156011 after investigation. |
@louis-launchdarkly is there any recent update on this? just to get an idea of what's the priority |
friendly bump 🙏 |
Thanks for your patience, this is still on our roadmap. |
any new update? I see that the project uses goreleaser so it should be possible to use that to push multiarch images too |
CircleCI has very recently (I believe last week) added support for M1 executors, so we should be able to test it properly now (for darwin) - previously, we could not. This is still on the roadmap; I'm sorry it is taking so long. |
Is your feature request related to a problem? Please describe.
Currently docker images are only built for AMD64.
Describe the solution you'd like
Docker images pushed to docker hub would be available for at least AMD64 and ARM64
The text was updated successfully, but these errors were encountered: