docker-glibc-builder
docker-glibc-builder copied to clipboard
Release Glibc for ARM64
I had gone through this PR and found that the latest Dockerfile has the support for arm64.
I have made the changes in following files to add the support for releasing ARM64 binaries:
.circleci/config.yml : Added the support of building the package for arm64 builder: Updated the command "make" to "make -j 4" to reduce the time for building the package Dockerfile.aarch64: Created a new Dockerfile for aarch64 to generate the arm64 images.
Signed-off-by: odidev [email protected]
@sgerrand Hey, Can you please comment on this?
Apologies for not having reviewed this proposal yet. I'll do so later on today.
@odidev If for some reason you can't continue to work on this PR, I'll be happy to take over, fix all comments and make sure this is merged.
@odidev ?
@sgerrand @odidev any updates on this issue?
I've added a build for 64 bit Arm in #61.