Skip to content

Commit

Permalink
fix: only build x86
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 15, 2024
1 parent 33467a9 commit 160b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build
run: |
cargo build --verbose --release --target=x86_64-unknown-linux-gnu
cargo build --verbose --release --target=aarch64-unknown-linux-gnu
# cargo build --verbose --release --target=aarch64-unknown-linux-gnu

0 comments on commit 160b91e

Please sign in to comment.