From 93a9193fb43d51254d681b68baafb041fbf283cc Mon Sep 17 00:00:00 2001 From: Bruno Miguel Date: Fri, 8 Sep 2023 22:35:02 +0100 Subject: [PATCH] updated build flags --- berg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/berg.yaml b/berg.yaml index ee507c54a7b..b7684f5ba8b 100644 --- a/berg.yaml +++ b/berg.yaml @@ -24,7 +24,7 @@ pipeline: - name: Configure and build runs: | mkdir -p "${{targets.destdir}}"/usr/bin - cargo build --all-features + cargo build --all-features --release install -m755 target/release/berg "${{targets.destdir}}"/usr/bin/ - uses: strip