distroless icon indicating copy to clipboard operation
distroless copied to clipboard

feat: add support for arm architecture in python3 builds

Open zenire opened this issue 1 year ago • 1 comments

I would like to have ARMv7 support since not all devices are ready to support arm64. Therefore, I've added the architecture in the build process, the same way JAVA_ARCHITECTURES is used.

zenire avatar Feb 22 '24 09:02 zenire

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Feb 22 '24 09:02 google-cla[bot]

you need to do more than this to get the arm images. You have to update the debian package consumer -- debian_packages.yaml

loosebazooka avatar Feb 27 '24 16:02 loosebazooka

Also, ensure that we are not building for old debian11 images, only debian12

loosebazooka avatar Feb 27 '24 16:02 loosebazooka