Skip to content

Commit

Permalink
remove linux aarch64 due to build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima committed Sep 3, 2024
1 parent d5aeddc commit 35feaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
target: aarch64-pc-windows-msvc
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
# - os: ubuntu-latest # zune-jpeg fails to build at the moment
# target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu

Expand Down

0 comments on commit 35feaf4

Please sign in to comment.