diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0390ec8..c1f58ffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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