Skip to content

Publish manylinux_aarch64 wheels #80

Description

@colinbjohnson

Request

A Linux arm64 (manylinux_aarch64) wheel on PyPI. pip install parasail on arm64 currently has no wheel to pick up, so it compiles libparasail from source.

Possible approach

.github/workflows/wheels.yml already builds Linux x86_64/musllinux_i686, macOS, and Windows via cibuildwheel. The Linux build is arch-agnostic (configure && make), so adding a [ubuntu-latest, manylinux_aarch64, aarch64] matrix entry (QEMU or a native arm64 runner) should be enough.

PR: #81

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions