update dockerfile and build script
This commit is contained in:
parent
778e6de935
commit
90835f8a63
2 changed files with 2 additions and 3 deletions
|
|
@ -10,6 +10,3 @@ RUN . ${HOME}/.cargo/env && rustup install nightly && rustup component add rust-
|
||||||
|
|
||||||
# install wlink
|
# install wlink
|
||||||
RUN . ${HOME}/.cargo/env && cargo install --git https://github.com/ch32-rs/wlink
|
RUN . ${HOME}/.cargo/env && cargo install --git https://github.com/ch32-rs/wlink
|
||||||
|
|
||||||
# set workdir to the current directory
|
|
||||||
WORKDIR ./
|
|
||||||
|
|
|
||||||
2
ch32/build.sh
Executable file
2
ch32/build.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
docker build --tag ch32-rust .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue