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 9956c6a commit 2f43bccCopy full SHA for 2f43bcc
Dockerfile
@@ -7,6 +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 echo "Cloning branch: ${GH_BRANCH}"
11
RUN git clone --branch ${GH_BRANCH} --single-branch https://github.com/manio/aa-proxy-rs .
12
RUN cargo build --release
13
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
0 commit comments