Closed as not planned
Description
There is no support for ARM in RHEL 7: https://rpms.remirepo.net/enterprise/7/
However there are PHP 8.0 and 8.1 packages in RHEL 9: https://rpms.remirepo.net/enterprise/9/
Any idea if we could use those in Amazon Linux 2? (cc @deleugpn maybe)
Why: we'd get PHP 8.1 support, and latest versions of PHP (Amazon Linux Extras is behind in version numbers).
So far I only did a quick try:
docker run --rm -it --entrypoint=bash public.ecr.aws/lambda/provided:al2-arm64
Then in the container, I ran:
yum install -y \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-9.rpm \
yum-utils \
epel-release \
curl
And got errors.
Metadata
Metadata
Assignees
Labels
No labels