Skip to content

Commit 767ea83

Browse files
committed
ci: use ARM hosts for building Linux ARM wheels.
1 parent 269096f commit 767ea83

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,18 @@ jobs:
111111
- pp39
112112
- pp310
113113
build:
114-
- linux
114+
- linux-intel
115+
- linux-arm
115116
- macos
116117
- windows
117118
include:
118-
- build: linux
119+
- build: linux-intel
119120
os: ubuntu-latest
120-
arch: 'aarch64 x86_64'
121+
arch: 'x86_64'
122+
123+
- build: linux-arm
124+
os: ubuntu-24.04-arm
125+
arch: 'aarch64'
121126

122127
- build: macos
123128
os: macos-latest

0 commit comments

Comments
 (0)