add wasm target
This commit is contained in:
parent
b9edc16613
commit
bd7029a7c6
@ -21,6 +21,7 @@ ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc \
|
|||||||
RUN rustup target add x86_64-pc-windows-gnu
|
RUN rustup target add x86_64-pc-windows-gnu
|
||||||
RUN rustup target add armv7-unknown-linux-gnueabihf
|
RUN rustup target add armv7-unknown-linux-gnueabihf
|
||||||
RUN rustup target add aarch64-unknown-linux-gnu
|
RUN rustup target add aarch64-unknown-linux-gnu
|
||||||
|
RUN rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
RUN rustup toolchain install stable-x86_64-pc-windows-gnu
|
RUN rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||||
RUN rustup toolchain install stable-armv7-unknown-linux-gnueabihf
|
RUN rustup toolchain install stable-armv7-unknown-linux-gnueabihf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user