-
Notifications
You must be signed in to change notification settings - Fork 208
Add arm64 platforms for docker image release #321
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
Conversation
Would it be possible for you to update the e2e tests to also use these ARM images? Simple extension of what's already there should suffice.
@rjhenry from I understood from the documentation, Github runners do not support ARM64 arch yet. The ARM64 image wouldn't work on the AMD64 ubuntu runner. So, that is a prohibiting factor. What do you suggest then?
Ah, I'd heard rumours that there were ARM64 runners now that Azure has ARM64 machines. I'm happy enough as-is, but I'll get @solidnerd's opinion too - it's his project, after all!
This issue has been automatically marked as stale because it has not had any activity for the last 30 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
This pull request introduces
arm64
build in the Dockerfile and release pipeline.Testing: I've self-built and published using buildx and it worked like a charm!