ci(gitlab): use --no-strip for cargo deb

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-02 10:36:40 -04:00 committed by June
parent 2e5ba7ab17
commit 38ca88da9f

View file

@ -86,7 +86,7 @@ artifacts:
- mkdir -p target/release
- cp result/bin/conduit target/release
- direnv exec . cargo deb --no-build
- direnv exec . cargo deb --no-build --no-strip
- mv target/debian/*.deb x86_64-unknown-linux-musl.deb
# Since the OCI image package is based on the binary package, this has the