Skip to content

Commit 16cc180

Browse files
committed
ci: Investigate why pip build fail
1 parent a383d12 commit 16cc180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515
strategy:
1616
matrix:
17-
arch: ["x86_64", "aarch64"]
17+
arch: ["x86_64"]
1818
build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp38-*", "pp39-*", "pp310-*"]
1919
exclude:
2020
- arch: "aarch64"

0 commit comments

Comments
 (0)