mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-15 03:25:49 +00:00
fix build step
This commit is contained in:
parent
fe84f86aa2
commit
ba5bc1ab1f
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ RUN rm src/*.rs
|
||||||
|
|
||||||
ADD . ./
|
ADD . ./
|
||||||
|
|
||||||
RUN rm ./target/release/deps/ics_adapter*
|
RUN rm ./target/$(cat /.platform)/release/deps/ics_adapter*
|
||||||
RUN cargo build --release --target $(cat /.platform)
|
RUN cargo build --release --target $(cat /.platform)
|
||||||
RUN cp /usr/src/trow/target/$(cat /.platform)/release/ics-adapter /ics-adapter.bin # Get rid of this when build --out is stable
|
RUN cp ./target/$(cat /.platform)/release/ics-adapter /ics-adapter.bin # Get rid of this when build --out is stable
|
||||||
|
|
||||||
|
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
Loading…
Reference in a new issue