From dfd675f2c45dc3c6d04281d63d55b5359a8ac666 Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Mon, 30 Sep 2024 22:20:38 +0800 Subject: [PATCH] remove failed aarch64 CI --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b7b3db..7e6c600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,10 @@ jobs: strategy: matrix: # target: [x86_64, aarch64, armv7, s390x, ppc64le] - target: [x86_64, aarch64] + target: [x86_64] include: - target: x86_64 docker_image: quay.io/pypa/manylinux_2_28_x86_64:latest - - target: x86_64 - docker_image: quay.io/pypa/manylinux_2_28_aarch64:latest steps: - uses: actions/checkout@v4