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 5bbef0b commit 3370621
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 @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
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
mv "${BIN}" /bin/rqbit

FROM scratch

Expand Down

0 comments on commit 3370621

Please sign in to comment.