Skip to content

esbullington/docker-build-micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile to build micropython

To build (set MICROPYTHON_RELEASE to desired version as released on Micropython's Github):

DOCKER_BUILDKIT=1 docker build --rm --build-arg MICROPYTHON_RELEASE=1.14 --file Dockerfile --output out .

Micropython for Unix will be in out dir.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published