Skip to content

Commit e2db953

Browse files
committed
fix(ci): skip i686 release wheels
1 parent 0053819 commit e2db953

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
env:
4747
# disable repair
4848
CIBW_REPAIR_WHEEL_COMMAND: ""
49+
# The default Linux x86_64 matrix also includes i686, which is not a
50+
# useful target for this project and currently fails in ggml's native path.
51+
CIBW_ARCHS_LINUX: "auto64"
4952
# Release wheels should target portable baselines, not the CI host CPU.
5053
CIBW_ENVIRONMENT_MACOS: CMAKE_ARGS="-DGGML_NATIVE=off"
5154
with:

0 commit comments

Comments
 (0)