summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 89bdb4e..50a0abe 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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