We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff93b1 commit 1dc5a0aCopy full SHA for 1dc5a0a
Dockerfile
@@ -8,6 +8,7 @@ RUN rustup target add arm-unknown-linux-gnueabihf
8
WORKDIR /usr/src/app
9
RUN git clone https://github.com/manio/aa-proxy-rs .
10
RUN cargo build --release
11
+RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
12
# Pi Zero W needs special linking/building (https://github.com/manio/aa-proxy-rs/issues/3)
13
RUN git clone --depth=1 https://github.com/raspberrypi/tools
14
RUN CARGO_TARGET_DIR=pi0w CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER="./tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc" cargo build --release
0 commit comments