Skip to content

Commit 6a22448

Browse files
committed
testing
1 parent 68fda11 commit 6a22448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.reproducible

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WORKDIR /app
1313

1414
# Build the project with reproducible settings and create Debian package
1515
RUN make build-reproducible RUST_TARGET=${RUST_TARGET} && \
16+
ln -sf ${RUST_TARGET}/release target/release && \
1617
make deb-cargo RUST_TARGET=${RUST_TARGET}
1718

1819
# Move artifacts to standard locations for easier extraction

0 commit comments

Comments
 (0)