Remove ARM from supported targets
This commit is contained in:
parent
93fe97e744
commit
6616ea29af
@ -1 +1,2 @@
|
|||||||
target/
|
target/
|
||||||
|
Dockerfile
|
||||||
@ -17,8 +17,8 @@ RUN rustup target add x86_64-unknown-linux-gnu
|
|||||||
RUN apt install -y mingw-w64
|
RUN apt install -y mingw-w64
|
||||||
RUN rustup target add x86_64-pc-windows-gnu
|
RUN rustup target add x86_64-pc-windows-gnu
|
||||||
|
|
||||||
RUN apt install -y gcc-aarch64-linux-gnu
|
# RUN apt install -y gcc-aarch64-linux-gnu
|
||||||
RUN rustup target add aarch64-unknown-linux-gnu
|
# RUN rustup target add aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
COPY --from=build /app/target/release/harmony_composer .
|
COPY --from=build /app/target/release/harmony_composer .
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user