This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new b36384655 ci(bindings/python): remove aarch support (#3674)
b36384655 is described below
commit b36384655e7504cec476d3c917453083d7f036fc
Author: G-XD <[email protected]>
AuthorDate: Tue Nov 28 23:05:51 2023 +0800
ci(bindings/python): remove aarch support (#3674)
* ci(bindings/python): remove aarch support
* ci(bindings/python): remove armv7l support
---
.github/workflows/bindings_python.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/bindings_python.yml
b/.github/workflows/bindings_python.yml
index 919c5262a..9f41a9edf 100644
--- a/.github/workflows/bindings_python.yml
+++ b/.github/workflows/bindings_python.yml
@@ -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