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
commit 92955223273c2c384ee13402c976adda1d8dd1be Author: G-XD <[email protected]> AuthorDate: Tue Nov 28 22:37:14 2023 +0800 ci(bindings/python): remove aarch support --- .github/workflows/bindings_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_python.yml b/.github/workflows/bindings_python.yml index 919c5262a..f904c9216 100644 --- a/.github/workflows/bindings_python.yml +++ b/.github/workflows/bindings_python.yml @@ -61,7 +61,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" strategy: matrix: - target: [x86_64, aarch64, armv7l] + target: [x86_64, armv7l] steps: - uses: actions/checkout@v4 - uses: PyO3/maturin-action@v1
