Skip to content

Commit

Permalink
ci: re-enable arm64v8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed May 8, 2024
1 parent 8f0bdb3 commit c312c29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# XXX(lidavidm): disable arm64 build for now while I test things
arch: ["amd64"]
arch: ["amd64", "arm64v8"]
manylinux_version: ["2014"]
is_pr:
- ${{ startsWith(github.ref, 'refs/pull/') }}
Expand Down

0 comments on commit c312c29

Please sign in to comment.