From 5bfd254c8fe016c938a1d0842e75fe89b4176c45 Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Thu, 12 Dec 2024 19:09:08 +0100 Subject: [PATCH] docs(pipelines/cargo): update inputs Signed-off-by: Massimiliano Giovagnoli --- pkg/build/pipelines/cargo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/build/pipelines/cargo/README.md b/pkg/build/pipelines/cargo/README.md index 3c4c0e516..abc139a83 100755 --- a/pkg/build/pipelines/cargo/README.md +++ b/pkg/build/pipelines/cargo/README.md @@ -16,6 +16,7 @@ Compile an auditable rust binary with Cargo | modroot | false | Top directory of the rust package, this is where the target package lives. Before building, the cargo pipeline wil cd into this directory. Defaults to current working directory | . | | opts | false | Options to pass to cargo build. Defaults to release | --release | | output | false | Filename to use when writing the binary. The final install location inside the apk will be in prefix / install-dir / output | | +| output-dir | false | Directory where the binaris will be placed after building. Defaults to target/release | target/release | | prefix | false | Installation prefix. Defaults to usr | usr |