Skip to content

Commit

Permalink
remove failed aarch64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 30, 2024
1 parent ef90038 commit dfd675f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfd675f

Please sign in to comment.