update dockerfile and build script

This commit is contained in:
sigil-03 2025-08-30 11:03:52 -06:00
parent 778e6de935
commit 90835f8a63
2 changed files with 2 additions and 3 deletions

View file

@ -10,6 +10,3 @@ RUN . ${HOME}/.cargo/env && rustup install nightly && rustup component add rust-
# install 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
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker build --tag ch32-rust .