-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
arm support? #54
Comments
I have updated my glibc apk build for armhf to latest 2.27-r0: https://github.com/yangxuan8282/alpine-pkg-glibc/releases . |
Hi, I am trying to get it work on Raspberry Pi, using latest 2.29 I am also finding an issue: #113 Do you know if it is the same issue? Were your changes integrated in this upstream project or only in your fork? As far as I can see your latest release is for 2.27. Any idea how to try your fork for me issue? Thanks in advance, |
Hi everyone, I think this issue may be worth reopening. @sgerrand it would be really cool imo if you could be publishing binary releases for aarch32 and aarch64. If there is something we can do to make that happen, please let us know. |
+1 I would love aarch32 and aarch64 releases. In fact, I am ONLY using Alpine on Raspberry... |
Hi @yangxuan8282
I also tried But I always get: "ERROR: glibc-bin-2.27-r0.apk: UNTRUSTED signature" Do you know what is the correct link to pub file? |
I compiled an arm32v7 glibc 2.30 by changing the dockerfile for https://github.com/sgerrand/docker-glibc-builder and running the build on a raspberry pi:
Then running this
I hosted my compiled APK for alpine here: https://github.com/gokalper/glibc-alpine-arm32v7/tree/master/armv7 |
aarch64:
|
I'm trying to compile glibc for raspberry pi
and here is my commit:
yangxuan8282/docker-glibc-builder@b2e59b5
yangxuan8282/docker-alpine-abuild@c6b9cb3
yangxuan8282@d65d1ff
one change of APKBUILD is add:
but it will complaint:
I'm not sure why this happen, because it look pretty same as original:
when I extract
glibc-bin-2.25.tar.gz
, found the file did exist:The text was updated successfully, but these errors were encountered: