Skip to content

Commit

Permalink
Skip ubuntu-lates aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Oct 22, 2024
1 parent 17ca6e7 commit a70e538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
# - runner: ubuntu-latest
# target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
Expand All @@ -45,8 +45,8 @@ jobs:
args: --release --out dist --find-interpreter --features=ipadic,ko-dic,cc-cedict
sccache: 'true'
manylinux: auto
env:
CFLAGS_aarch64_unknown_linux_gnu: ${{ matrix.platform.target == 'aarch64' && '-march=armv8-a' || '' }}
# env:
# CFLAGS_aarch64_unknown_linux_gnu: ${{ matrix.platform.target == 'aarch64' && '-march=armv8-a' || '' }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a70e538

Please sign in to comment.