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 49c829a commit 9956c6aCopy full SHA for 9956c6a
Dockerfile
@@ -7,7 +7,7 @@ RUN apt install -y gcc-arm-linux-gnueabihf
7
RUN rustup target add arm-unknown-linux-gnueabihf
8
# cloning and building
9
WORKDIR /usr/src/app
10
-RUN git clone --branch "$GH_BRANCH" --single-branch https://github.com/manio/aa-proxy-rs .
+RUN git clone --branch ${GH_BRANCH} --single-branch https://github.com/manio/aa-proxy-rs .
11
RUN cargo build --release
12
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
13
# Pi Zero W needs special linking/building (https://github.com/manio/aa-proxy-rs/issues/3)
0 commit comments