-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github/workflows/cibuildwheel.yml: Add ubuntu aarch64 (#196)
* github/workflows/cibuildwheel.yml: Add ubuntu arm64 * Update cibuildwheel.yml to setup qemu on linux runner * Update cibuildwheel.yml to use latest artifact actions * pyproject.toml (tool.cibuildwheel): Use 'uname -m' to determine arch * .github/workflows/cibuildwheel.yml: Update macOS runners * .github/workflows/cibuildwheel.yml: No qemu for x86_64, i686 * .github/workflows/cibuildwheel.yml: Cancel previous workflow runs * pyproject.toml (tool.cibuildwheel): Skip failing pp39-manylinux_x86_64 build * .github/workflows/cibuildwheel.yml: Upgrade cibuildwheel to 2.19.1 * pyproject.toml (tool.cibuildwheel): Skip failing pp39-manylinux_aarch64 build --------- Co-authored-by: Ted Ralphs <ted@lehigh.edu> Co-authored-by: Matthias Koeppe <mkoeppe@math.ucdavis.edu>
- Loading branch information
1 parent
5f9c760
commit 29b7aa2
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters