maxmind / MaxMind-DB-Reader-python

Python MaxMind DB reader extension
https://maxminddb.readthedocs.org/
Apache License 2.0
176 stars 37 forks source link

Linux aarch64/arm64 whl releases #159

Closed kpark-hrp closed 4 months ago

kpark-hrp commented 5 months ago

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 commented 5 months ago

@oschwald Hey, is it possible to make another change like you did here? https://github.com/maxmind/MaxMind-DB-Reader-python/pull/158

oschwald commented 5 months ago

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