From 0d6a51d4089def5fa6b6e307e10ac45029996a24 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 8 Nov 2023 15:47:40 -0600 Subject: [PATCH] Build aarch64 wheels (#619) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d7dcc6..dc91ecd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: if: runner.os == 'Linux' uses: docker/setup-qemu-action@v1 with: - platforms: aarch64 + platforms: arm64 - name: Build wheels uses: pypa/cibuildwheel@v2.16.2