This is an automated email from the ASF dual-hosted git repository.
gxd pushed a commit to branch remove_aarch_support
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/remove_aarch_support by this
push:
new 22aee4017 ci(bindings/python): remove armv7l support
22aee4017 is described below
commit 22aee40178598def5ea86b187d9dfa3452af610c
Author: G-XD <[email protected]>
AuthorDate: Tue Nov 28 22:50:30 2023 +0800
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 f904c9216..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, 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