We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fda11 commit 6a22448Copy full SHA for 6a22448
Dockerfile.reproducible
@@ -13,6 +13,7 @@ WORKDIR /app
13
14
# Build the project with reproducible settings and create Debian package
15
RUN make build-reproducible RUST_TARGET=${RUST_TARGET} && \
16
+ ln -sf ${RUST_TARGET}/release target/release && \
17
make deb-cargo RUST_TARGET=${RUST_TARGET}
18
19
# Move artifacts to standard locations for easier extraction
0 commit comments