Explorar o código

Tweak build architectures

Nikolai R Kristiansen %!s(int64=2) %!d(string=hai) anos
pai
achega
7ba5c42822
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/pythonwheels.yml

+ 4 - 0
.github/workflows/pythonwheels.yml

@@ -33,6 +33,10 @@ jobs:
         run: python -m unittest dulwich.tests.test_suite
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
+        env:
+          CIBW_ARCHS_LINUX: x86_64 aarch64
+          CIBW_ARCHS_MACOS: x86_64 arm64 universal2
+          CIBW_ARCHS_WINDOWS: AMD64
       - name: Upload wheels
         uses: actions/upload-artifact@v3
         with: