Skip to content

Commit

Permalink
disable aarch64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Jan 31, 2025
1 parent 05ff1b9 commit 26537bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
name: vpxtool-Linux-x86_64-musl
cargo_command: cargo

- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin_ext: ""
name: vpxtool-Linux-aarch64-musl
cargo_command: cargo
# - os_name: Linux-aarch64
# os: ubuntu-20.04
# target: aarch64-unknown-linux-musl
# bin_ext: ""
# name: vpxtool-Linux-aarch64-musl
# cargo_command: cargo

- os_name: Windows-aarch64
os: windows-latest
Expand Down

0 comments on commit 26537bd

Please sign in to comment.