Build arm64 wheels (#439)

This commit is contained in:
Tsahi Zidenberg 2020-12-11 07:30:49 +02:00 committed by GitHub
parent 2df517999b
commit 7d6b4dfb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -30,6 +30,16 @@ jobs:
run: |
make linux-wheel
- name: Install qemu-user-static for docker
shell: bash
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build arm64 wheels
shell: bash
run: |
make linux-arm64-wheel
- name: Run test (3.8)
run: |
pip install pytest