We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269096f commit 767ea83Copy full SHA for 767ea83
.github/workflows/release.yaml
@@ -111,13 +111,18 @@ jobs:
111
- pp39
112
- pp310
113
build:
114
- - linux
+ - linux-intel
115
+ - linux-arm
116
- macos
117
- windows
118
include:
- - build: linux
119
+ - build: linux-intel
120
os: ubuntu-latest
- arch: 'aarch64 x86_64'
121
+ arch: 'x86_64'
122
+
123
+ - build: linux-arm
124
+ os: ubuntu-24.04-arm
125
+ arch: 'aarch64'
126
127
- build: macos
128
os: macos-latest
0 commit comments