Skip to content

Commit 3449e0e

Browse files
authored
Merge of #5633
2 parents 76460ba + b73aab4 commit 3449e0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ build-aarch64:
8282
build-aarch64-portable:
8383
cross build --bin lighthouse --target aarch64-unknown-linux-gnu --features "portable,$(CROSS_FEATURES)" --profile "$(CROSS_PROFILE)" --locked
8484

85+
build-lcli-x86_64:
86+
cross build --bin lcli --target x86_64-unknown-linux-gnu --features "portable" --profile "$(CROSS_PROFILE)" --locked
87+
build-lcli-aarch64:
88+
cross build --bin lcli --target aarch64-unknown-linux-gnu --features "portable" --profile "$(CROSS_PROFILE)" --locked
89+
8590
# Create a `.tar.gz` containing a binary for a specific target.
8691
define tarball_release_binary
8792
cp $(1)/lighthouse $(BIN_DIR)/lighthouse

0 commit comments

Comments
 (0)