Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build wheels for Linux aarch64 #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bbayles
Copy link

@bbayles bbayles commented Dec 7, 2023

This PR updates the Github Actions workflow to build wheels for Linux on aarch64. The motivation for me is to be able to easily deploy packages that depend on ciso8601 to AWS Lambda functions using Graviton processors.

I hope you can use this PR! I've used your package for years; it's my go-to for applications that bottleneck on parsing datetime strings.

- name: Build wheels
uses: closeio/cibuildwheel@v2.16.2
env:
CIBW_SKIP: "pp*-macosx* *-win32 *-manylinux_i686"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic moved to pyproject.toml.

env:
CIBW_SKIP: "pp*-macosx* *-win32 *-manylinux_i686"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
- name: Set up QEMU # Needed to build aarch64 wheels
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See these docs for information.

@BoboTiG
Copy link

BoboTiG commented Dec 21, 2023

Would love to see this happen too :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants