mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 06:21:22 -07:00
Strip binary with new 1.59 feature
This commit is contained in:
Vendored
+2
-2
@@ -20,9 +20,9 @@ RUN git clone https://github.com/veeso/termscp.git
|
||||
# Set workdir to termscp
|
||||
WORKDIR /usr/src/termscp/
|
||||
# Install cargo deb
|
||||
RUN . $HOME/.cargo/env && cargo install cargo-deb cargo-strip
|
||||
RUN . $HOME/.cargo/env && cargo install cargo-deb
|
||||
# Build for x86_64
|
||||
RUN . $HOME/.cargo/env && cargo build --release && cargo strip
|
||||
RUN . $HOME/.cargo/env && cargo build --release
|
||||
# Build pkgs
|
||||
RUN . $HOME/.cargo/env && cargo deb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user