-
Notifications
You must be signed in to change notification settings - Fork 51
support arm64 architecture #38
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
Conversation
Thanks @longquan7 for the PR! I took a deeper look at how multiple-architecture images can be supported and it seems we can specify additional |
@zakame thank you, if you build and pass tests please let me know. |
I got these test failures on my system building perl-5.26.0 on Ubuntu 16.04 aarch64 QEMU/KVM (closest I could get to an
Will be looking into it further (perhaps find myself a proper |
Running
Which leads me to think it may be just a system load issue (since the tests are normally run with For
|
@zakame this problem influence that the image suport arm64 architecture? |
@longquan7 at least for myself, I won't be able to support it properly if I can't replicate issues (or have access to an arm64 device.) I'll resolve this first somehow. |
@zakame OK,thanks |
For
|
@zakame that's great. Is there anything else besides this problem |
I tested on Packet.net's Type 2A servers and both 5.26{,-threaded} seem to build and test fine. Now checking on 5.24 and 5.22. |
I can confirm that currently supported Perl versions (5.22 through 5.26) can build and test successfully on aarch64/arm64v8. I'll put an update to https://github.com/docker-library/official-images to include building Thanks again! |
- tagged buildpack-deps (Perl/docker-perl#35) - more secure installation of cpanm (Perl/docker-perl#41) - arm64v8 support (Perl/docker-perl#38)
Closing here as the needed change is on https://github.com/docker-library/official-images/pull/3373/files#diff-600942e61fee1f4174da5a5a7f0eac09 |
@zakame OK.thanks |
I build the docker-perl/5.026.000-64bit/Dockerfile from arm64v8/buildpack-deps:stretch and make success,so I think we can add it to support arm64.