Skip to content

Commit

Permalink
ci: build arm64 on arm64 and amd64 on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 14, 2024
1 parent 7964eee commit 9045eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
# arch: [auto]
os: [macos-latest]
include:
- os: ubuntu-20.04
arch: aarch64
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
arch: [auto]
# include:
# - os: ubuntu-20.04
# arch: aarch64

steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +34,7 @@ jobs:
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install "cmake>=3.30.2" && pip install cython numpy scikit-build
CPPFLAGS: -I/usr/local/opt/zlib/include
LDFLAGS: -L/usr/local/opt/zlib/lib
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_MACOS: "x86_64"
CIBW_ARCHS_LINUX: "auto"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9045eb7

Please sign in to comment.