Skip to content

Commit

Permalink
ci: fix cross compiling for linux, disable linux arm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 22, 2024
1 parent c288a87 commit 9c60b67
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 @@ -25,8 +25,8 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 9c60b67

Please sign in to comment.