Skip to content

Commit b56f596

Browse files
committed
build specific branch
FIXME: I know, it has to be done automatically
1 parent c38792e commit b56f596

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
@@ -6,7 +6,7 @@ RUN apt install -y gcc-arm-linux-gnueabihf
66
RUN rustup target add arm-unknown-linux-gnueabihf
77
# cloning and building
88
WORKDIR /usr/src/app
9-
RUN git clone https://github.com/manio/aa-proxy-rs .
9+
RUN git clone --branch bt-tryfix https://github.com/manio/aa-proxy-rs .
1010
RUN cargo build --release
1111
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs
1212
# Pi Zero W needs special linking/building (https://github.com/manio/aa-proxy-rs/issues/3)

0 commit comments

Comments
 (0)