Skip to content

Commit

Permalink
fix: aarch64 release (ChrisTitusTech#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Nov 1, 2024
1 parent 7e13faa commit 4f4becc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linutil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
run: cargo build --target-dir=build --release --verbose --target=x86_64-unknown-linux-musl --all-features

- name: Build aarch64 binary
run: cross build --target-dir=build --release --verbose --target=aarch64-unknown-linux-musl --all-features
run: |
cross build --target-dir=build --release --verbose --target=aarch64-unknown-linux-musl --all-features
mv ./build/aarch64-unknown-linux-musl/release/linutil ./build/aarch64-unknown-linux-musl/release/linutil-aarch64
- name: Extract Version
id: extract_version
Expand Down

0 comments on commit 4f4becc

Please sign in to comment.