Skip to content

Commit e3ca059

Browse files
authored
Update build_arm.yml
1 parent a4c7bac commit e3ca059

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_arm.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build ARM
22
on: [push, pull_request]
33
jobs:
44
build_wheels:
@@ -7,14 +7,14 @@ jobs:
77
strategy:
88
matrix:
99
include:
10-
- os: ubuntu-latest
11-
cibw_archs: "native"
10+
# - os: ubuntu-latest
11+
# cibw_archs: "native"
1212
- os: ubuntu-latest
1313
cibw_archs: "aarch64"
14-
- os: windows-latest
15-
cibw_archs: "native ARM64"
16-
- os: macos-latest
17-
cibw_archs: "native arm64"
14+
# - os: windows-latest
15+
# cibw_archs: "native ARM64"
16+
# - os: macos-latest
17+
# cibw_archs: "native arm64"
1818

1919
steps:
2020
- name: Set up QEMU

0 commit comments

Comments
 (0)