Skip to content

Commit

Permalink
Added a make target to build aarch64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jan 27, 2024
1 parent faf7147 commit f4e2ff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build: ## Build rust application
build-release: ## Build rust release
cargo build --release

build-release-aarch64:
cargo install cross
cross build --target aarch64-unknown-linux-gnu --release

clean: ## Clean rust build artifacts
cargo clean

Expand Down

1 comment on commit f4e2ff0

@vercel
Copy link

@vercel vercel bot commented on f4e2ff0 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.