Skip to content

Commit 9956c6a

Browse files
committed
try...
1 parent 49c829a commit 9956c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt install -y gcc-arm-linux-gnueabihf
77
RUN rustup target add arm-unknown-linux-gnueabihf
88
# cloning and building
99
WORKDIR /usr/src/app
10-
RUN git clone --branch "$GH_BRANCH" --single-branch https://github.com/manio/aa-proxy-rs .
10+
RUN git clone --branch ${GH_BRANCH} --single-branch https://github.com/manio/aa-proxy-rs .
1111
RUN cargo build --release
1212
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
1313
# Pi Zero W needs special linking/building (https://github.com/manio/aa-proxy-rs/issues/3)

0 commit comments

Comments
 (0)