Skip to content

Commit 0febe51

Browse files
authored
Add i686 builds for Linux (#140)
1 parent b47a0fc commit 0febe51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Windows isn't working right now: https://github.com/caketop/python-starlark-go/issues/4
4242
os: [ubuntu-latest, macos-latest]
4343
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
44-
cibw_arch: ["x86_64", "aarch64", "arm64"]
44+
cibw_arch: ["i686", "x86_64", "aarch64", "arm64"]
4545
include:
4646
- cibw_arch: arm64
4747
goarch: arm64
@@ -52,6 +52,8 @@ jobs:
5252
exclude:
5353
- os: ubuntu-latest
5454
cibw_arch: arm64
55+
- os: macos-latest
56+
cibw_arch: i686
5557
- os: macos-latest
5658
cibw_arch: aarch64
5759
- os: macos-latest

0 commit comments

Comments
 (0)