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

Linux aarch64/arm64 whl releases #159

Closed
kpark-hrp opened this issue Apr 3, 2024 · 2 comments · Fixed by #160
Closed

Linux aarch64/arm64 whl releases #159

kpark-hrp opened this issue Apr 3, 2024 · 2 comments · Fixed by #160

Comments

@kpark-hrp
Copy link
Contributor

kpark-hrp commented Apr 3, 2024

Another whl release request, but I think the release action can be tweaked a little more to also support linux-aarch64.

Here is the example:

      - name: Set up QEMU
        if: runner.os == 'Linux'
        uses: docker/setup-qemu-action@v3
        with:
          platforms: all

      - name: Build wheels
        uses: pypa/cibuildwheel@v2.17.0
        env:
          # configure cibuildwheel to build native archs ('auto'), and some
          # emulated ones
          CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
@kpark-hrp
Copy link
Contributor Author

@oschwald Hey, is it possible to make another change like you did here? #158

@oschwald
Copy link
Member

oschwald commented Apr 5, 2024

If you want to make a PR, I'd be happy to merge it if the build looks good.

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

Successfully merging a pull request may close this issue.

2 participants