Skip to content

python:3.12-arm64 failing #314

@youg9203

Description

@youg9203

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions