Skip to content

Commit

Permalink
Add i686 builds for Linux (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort authored Jan 23, 2023
1 parent b47a0fc commit 0febe51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Windows isn't working right now: https://github.com/caketop/python-starlark-go/issues/4
os: [ubuntu-latest, macos-latest]
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_arch: ["x86_64", "aarch64", "arm64"]
cibw_arch: ["i686", "x86_64", "aarch64", "arm64"]
include:
- cibw_arch: arm64
goarch: arm64
Expand All @@ -52,6 +52,8 @@ jobs:
exclude:
- os: ubuntu-latest
cibw_arch: arm64
- os: macos-latest
cibw_arch: i686
- os: macos-latest
cibw_arch: aarch64
- os: macos-latest
Expand Down

0 comments on commit 0febe51

Please sign in to comment.