xenago / libnss_shim

Perform Name Service Switch (NSS) lookups with custom commands
GNU General Public License v3.0
6 stars 0 forks source link

arm64 support #2

Closed nguyen102 closed 3 months ago

nguyen102 commented 3 months ago

Hi,

Thanks so much for the quick turn around time on support for rhel7. Would you be able to support arm64 as well? I'm trying to get libnss_shim working with AL2 arm64 as well.

https://aws.amazon.com/marketplace/pp/prodview-uvnbekaahdaws

Thanks, Tim

xenago commented 3 months ago

Hi Tim,

Sure, an ARM build step has been added to the CI via QEMU.

I tested the newest aarch64 RPM package on a Raspberry Pi 4 inside an EL-based container and it seems to run as expected:

image

Noah

nguyen102 commented 3 months ago

This worked! Thank you.