Skip to content

Commit

Permalink
ci(bindings/python): remove aarch support (#3674)
Browse files Browse the repository at this point in the history
* ci(bindings/python): remove aarch support

* ci(bindings/python): remove armv7l support
  • Loading branch information
G-XD authored Nov 28, 2023
1 parent 42bd1dd commit b363846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
target: [x86_64, aarch64, armv7l]
# remove linux aarch64/armv7l support until https://github.com/apache/incubator-opendal/issues/3673 addressed
target: [x86_64]
steps:
- uses: actions/checkout@v4
- uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit b363846

Please sign in to comment.