Skip to content

Commit

Permalink
chore(ci): remove aarch64 musl in release (#16946)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 authored Nov 26, 2024
1 parent 105809b commit 519f914
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -196,8 +195,6 @@ jobs:
target: aarch64-unknown-linux-gnu
- category: default
target: x86_64-unknown-linux-musl
- category: default
target: aarch64-unknown-linux-musl
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 519f914

Please sign in to comment.