Skip to content

Commit f5dc544

Browse files
authored
Merge pull request #119 from mkoeppe/wheels-linux-arm
.github/workflows/dist.yml: Build Linux aarch64 wheels on ARM runners
2 parents c2ccfaf + c4dcf90 commit f5dc544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
arch: x86_64
4949
- os: ubuntu-latest
5050
arch: i686
51+
- os: ubuntu-24.04-arm
52+
arch: aarch64
5153
- os: macos-13
5254
arch: x86_64
5355
- os: macos-14

0 commit comments

Comments
 (0)