generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Due to new change python3.12 is failing on x86_64:
Status: Downloaded newer image for public.ecr.aws/lambda/python:3.12-arm64
exec /bin/sh: exec format error
Steps:
$ docker run --privileged --rm tonistiigi/binfmt --install arm64
$ docker run --rm --platform linux/arm64 \
--entrypoint /bin/sh \
amazon/aws-lambda-python:3.12-arm64 \
-c "python -c 'print(\"Hello ARM64\")'"
Metadata
Metadata
Assignees
Labels
No labels