Skip to content

Commit

Permalink
Build multiarch wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jul 4, 2023
1 parent 19b165c commit 58e28ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
ref: ${{ inputs.rizin_ref }}

- name: Run rz-bindgen
uses: pypa/[email protected]
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x

- name: Upload sdist
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 58e28ff

Please sign in to comment.