sipeed / LicheePi4A

LicheePi4A info&sdk
38 stars 5 forks source link

build: add docker image for building, update guide #1

Closed initdc closed 1 year ago

initdc commented 1 year ago

With published docker image, we don't prepare building env every time.

https://hub.docker.com/r/initdc/thead-kernel/tags https://hub.docker.com/r/initdc/thead-yocto/tags

run cmd will be

docker run --name runner-kernel -it -v $PWD/external/revyos:/root/workdir initdc/thead-kernel
docker run --name runner-yocto -it -v $PWD/external/thead-yocto:/home/ubuntu/workdir initdc/thead-yocto