-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 missing from docker registry #1160
Comments
@Darkbladecr It's been on our backlog to introduce official ARM64 images with Docker buildx multi-arch container images. If you've got time it would be great to have the contribution. We store our Dockerfiles in this folder in the codebase: |
The binaries work fine when running the build scripts locally and the public releases. The only thing missing is to push the builds to docker. That’s why I was saying I don’t see any code in the repo that does this? It may be a CI pipeline that is not included in the repo? I have personally used docker buildx which is really easy to build multiple arch builds otherwise since you have the pipeline already prepared with the standard docker build command we can just amend the manifest file to link to the multiple builds with one docker URI: |
Created a PR that updates the Dockerfile and created a script for multiarch builds for stable versions and prebuild: Tested on my |
As per issue #1138 there is actually no docker image for arm64/v8
Now developers can build a local image and use it for development, but as @zyro mentioned:
Happy to put together a PR for the
docker buildx
commands but I don't actually see thedocker push
in the source code?The text was updated successfully, but these errors were encountered: