Skip to content

Commit

Permalink
Add aarch64-apple-darwin build #644
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 30, 2024
1 parent 9390170 commit bcd10f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ release_win:

release_mac:
cargo build --locked --release --target=x86_64-apple-darwin
cargo build --locked --release --target=aarch64-apple-darwin
zip -j ${BIN_NAME}-v${VERSION}-x86_64-mac.zip target/x86_64-apple-darwin/release/${BIN_NAME}
zip -j ${BIN_NAME}-v${VERSION}-aarch64-mac.zip target/aarch64-apple-darwin/release/${BIN_NAME}

release_rpm:
mkdir -p target
Expand Down

0 comments on commit bcd10f8

Please sign in to comment.