sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

Provide armhf and arm64 ports #81

Closed wborn closed 2 years ago

wborn commented 6 years ago

It would be great if we could use this package also on armhf and arm64 for running the Azul Zulu JVM.

In the openhab-docker project we create container images for amd64, armhf and arm64 based on multiarch/alpine and multiarch/debian-debootstrap.

Currently we already use Zulu JVM in the Debian images. The Alpine images are using the Alpine openjdk package but it would be nice if we could also try running Zulu JVM with glibc. Hopefully that results in better performance of the Alpine containers on single-board computers such as the Raspberry Pi. :smile:

wborn commented 6 years ago

Looks like there already is a PR to create binaries for other architectures with the builder :+1: See: https://github.com/sgerrand/docker-glibc-builder/pull/7