Skip to content

Commit

Permalink
Update build_arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Oct 26, 2024
1 parent a4c7bac commit e3ca059
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_arm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build ARM
on: [push, pull_request]
jobs:
build_wheels:
Expand All @@ -7,14 +7,14 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
cibw_archs: "native"
# - os: ubuntu-latest
# cibw_archs: "native"
- os: ubuntu-latest
cibw_archs: "aarch64"
- os: windows-latest
cibw_archs: "native ARM64"
- os: macos-latest
cibw_archs: "native arm64"
# - os: windows-latest
# cibw_archs: "native ARM64"
# - os: macos-latest
# cibw_archs: "native arm64"

steps:
- name: Set up QEMU
Expand Down

0 comments on commit e3ca059

Please sign in to comment.