Skip to content

Commit

Permalink
updating scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent 2f1bf3c commit 5bbef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
--profile "${PROFILE_NAME}" \
--no-default-features --features rust-tls,webui && \
find /src/target -maxdepth 4 -type d && \
export BIN="./target/$(xx-cargo --print-target-triple)/$(xx-cargo --print-target-triple)/${PROFILE_FOLDER}/rqbit"
export BIN="./target/$(xx-cargo --print-target-triple)/$(xx-cargo --print-target-triple)/${PROFILE_FOLDER}/rqbit" && \
xx-verify --static "${BIN}" && \
find /src/target -maxdepth 4 -type d && \
mv "${BIN} /bin/rqbit
Expand Down

0 comments on commit 5bbef0b

Please sign in to comment.