We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c7bac commit e3ca059Copy full SHA for e3ca059
.github/workflows/build_arm.yml
@@ -1,4 +1,4 @@
1
-name: Build
+name: Build ARM
2
on: [push, pull_request]
3
jobs:
4
build_wheels:
@@ -7,14 +7,14 @@ jobs:
7
strategy:
8
matrix:
9
include:
10
- - os: ubuntu-latest
11
- cibw_archs: "native"
+ # - os: ubuntu-latest
+ # cibw_archs: "native"
12
- os: ubuntu-latest
13
cibw_archs: "aarch64"
14
- - os: windows-latest
15
- cibw_archs: "native ARM64"
16
- - os: macos-latest
17
- cibw_archs: "native arm64"
+ # - os: windows-latest
+ # cibw_archs: "native ARM64"
+ # - os: macos-latest
+ # cibw_archs: "native arm64"
18
19
steps:
20
- name: Set up QEMU
0 commit comments