Skip to content

Commit 257c56f

Browse files
authored
Merge pull request #838 from ko3n1g/ko3n1g/ci/build-arm-wheels
ci: Build arm wheels for release
2 parents 55ca90d + 636440c commit 257c56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
45-
os: [ubuntu-22.04]
45+
os: [ubuntu-22.04, ubuntu-22.04-arm]
4646
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4747
torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1"]
4848
cuda-version: ["11.8.0", "12.9.1"]

0 commit comments

Comments
 (0)