From fc73010e3525287ed993763f27c9d1e7931d256f Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 7 Apr 2026 09:50:52 +1200 Subject: [PATCH] Readme: Add manylinux_2_28-aarch64 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ec520a0..43610a6 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/linux-m68k-uclibc | m68k | GCC + uclibc | Linux | | dockcross/linux-xtensa-uclibc | xtensa | GCC + uclibc | Linux | | dockcross/manylinux_2_28-x64 | x86_64 | GCC | Linux | +| dockcross/manylinux_2_28-aarch64 | aarch64 | GCC | Linux | | dockcross/manylinux_2_34-x64 | x86_64 | GCC | Linux | | dockcross/manylinux2014-x86 | x86 | GCC | Linux | | dockcross/manylinux2014-x64 | x86_64 | GCC | Linux | @@ -385,6 +386,12 @@ Standalone Linux i686 cross compiler. Docker [manylinux_2_28](https://github.com/pypa/manylinux) image for building Linux x86_64 / amd64 [Python wheel packages](http://pythonwheels.com/). It includes Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11. Also has support for the dockcross script, and it has installations of CMake, Ninja, and [scikit-build](http://scikit-build.org). For CMake, it sets **MANYLINUX_2_28** to \"TRUE\" in the toolchain. +### dockcross/manylinux_2_28-aarch64 + +![Docker Image Size (tag)](https://img.shields.io/docker/image-size/dockcross/manylinux_2_28-aarch64/latest) ![Docker Pulls](https://img.shields.io/docker/pulls/dockcross/manylinux_2_28-aarch64) + +Docker [manylinux_2_28](https://github.com/pypa/manylinux) image for building Linux aarch64 / arm64 [Python wheel packages](http://pythonwheels.com/). It includes Python 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. Also has support for the dockcross script, and it has installations of CMake, Ninja, and [scikit-build](http://scikit-build.org). For CMake, it sets **MANYLINUX_2_28** to \"TRUE\" in the toolchain. + ### dockcross/manylinux_2_34-x64 ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/dockcross/manylinux_2_34-x64/latest) ![Docker Pulls](https://img.shields.io/docker/pulls/dockcross/manylinux_2_34-x64)