We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76460ba + b73aab4 commit 3449e0eCopy full SHA for 3449e0e
Makefile
@@ -82,6 +82,11 @@ build-aarch64:
82
build-aarch64-portable:
83
cross build --bin lighthouse --target aarch64-unknown-linux-gnu --features "portable,$(CROSS_FEATURES)" --profile "$(CROSS_PROFILE)" --locked
84
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
+
90
# Create a `.tar.gz` containing a binary for a specific target.
91
define tarball_release_binary
92
cp $(1)/lighthouse $(BIN_DIR)/lighthouse
0 commit comments