Skip to content

Commit c0ed841

Browse files
dainnilssonCopilot
andcommitted
Use native aarch64 manylinux container for ARM64 wheel builds
On the ARM64 runner, maturin-action defaults to the x86_64 cross-compilation container which can't run natively. Specify the native manylinux_2_28_aarch64 container explicitly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4336e29 commit c0ed841

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
container: quay.io/pypa/manylinux_2_28_x86_64
9090
- os: ubuntu-22.04-arm
9191
target: aarch64
92+
container: quay.io/pypa/manylinux_2_28_aarch64
9293
- os: macos-latest
9394
target: universal2-apple-darwin
9495
python-versions: "3.10\n3.11\n3.12\n3.13\n3.14"

0 commit comments

Comments
 (0)